java-tutorials/libraries-3/README.md

20 lines
1.2 KiB
Markdown
Raw Normal View History

## 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.
2019-11-21 11:25:10 -05:00
### Relevant Articles:
- [Parsing Command-Line Parameters with JCommander](https://www.baeldung.com/jcommander-parsing-command-line-parameters)
2020-02-10 01:06:41 -05:00
- [Guide to the Cactoos Library](https://www.baeldung.com/java-cactoos)
2020-02-10 01:09:27 -05:00
- [Parsing Command-Line Parameters with Airline](https://www.baeldung.com/java-airline)
- [Introduction to cache2k](https://www.baeldung.com/java-cache2k)
2020-03-18 00:46:41 -04:00
- [Introduction to the jcabi-aspects AOP Annotations Library](https://www.baeldung.com/java-jcabi-aspects)
2020-03-18 02:29:11 -04:00
- [Introduction to Takes](https://www.baeldung.com/java-takes)
2020-03-19 16:38:01 -04:00
- [Using NullAway to Avoid NullPointerExceptions](https://www.baeldung.com/java-nullaway)
2020-04-07 04:24:27 -04:00
- [Introduction to Alibaba Arthas](https://www.baeldung.com/java-alibaba-arthas-intro)
2020-05-06 23:05:00 -04:00
- More articles [[<-- prev]](/libraries-2) [[next -->]](/libraries-4)