diff --git a/libraries-3/README.md b/libraries-3/README.md index a6c6b190ab..a9d48bb389 100644 --- a/libraries-3/README.md +++ b/libraries-3/README.md @@ -7,3 +7,5 @@ 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. +### Relevant Articles: +- [Parsing Command-Line Parameters with JCommander](https://www.baeldung.com/jcommander-parsing-command-line-parameters)