22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
## Libraries-4
|
|
|
|
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.
|
|
|
|
### Relevant articles
|
|
- [Quick Guide to RSS with Rome](https://www.baeldung.com/rome-rss)
|
|
- [Introduction to PCollections](https://www.baeldung.com/java-pcollections)
|
|
- [Introduction to Eclipse Collections](https://www.baeldung.com/eclipse-collections)
|
|
- [DistinctBy in the Java Stream API](https://www.baeldung.com/java-streams-distinct-by)
|
|
- [Introduction to NoException](https://www.baeldung.com/no-exception)
|
|
- [Spring Yarg Integration](https://www.baeldung.com/spring-yarg)
|
|
- [Delete a Directory Recursively in Java](https://www.baeldung.com/java-delete-directory)
|
|
- [Guide to JDeferred](https://www.baeldung.com/jdeferred)
|
|
- [Introduction to MBassador](https://www.baeldung.com/mbassador)
|
|
- [Using Pairs in Java](https://www.baeldung.com/java-pairs)
|
|
- More articles [[<-- prev]](/libraries-3) [[next -->]](/libraries-5)
|