* 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
10 lines
463 B
Markdown
10 lines
463 B
Markdown
## 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](/jackson) and [JUnit](/testing-modules) we already have separate modules. Please make sure to have a look at the existing modules in such cases.
|
|
|