java-tutorials/libraries-3
Priyank Srivastava e16bd73565 BAEL 3320 JCommander (#7971)
* init jcommander

* add model layer jcommander app

* service scaffolding

* init jcommander cli layer

* wire up services and commands

* splitter impl; validator impl; tests and cleanup

* cleanup pom

* integration tests

* fix uuid validator example

* optimise uuid regex; if-else to switch

* review comments

* fix builder formatting

* change list assertion in fetch charges tests

* missing minor edit

* move to new module libraries-3

* rm unwanted files
2019-11-05 21:52:34 +00:00
..
src BAEL 3320 JCommander (#7971) 2019-11-05 21:52:34 +00:00
README.md BAEL 3320 JCommander (#7971) 2019-11-05 21:52:34 +00:00
pom.xml BAEL 3320 JCommander (#7971) 2019-11-05 21:52:34 +00:00

README.md

Libraries-3

This module contains articles about various Java libraries. These are small libraries that are relatively easy to use and do not require any separate module of their own.

The code examples related to different libraries are each in their own module.

Remember, for advanced libraries like Jackson and JUnit we already have separate modules. Please make sure to have a look at the existing modules in such cases.