java-tutorials/libraries-7
Yavuz Tas 125d9893ab BAEL-3446 (#12872)
* BAEL-3446 a simple market data streaming app for the article.

* BAEL-3446 add unit tests for the article code.

* BAEL-3446 increase version, activate module in the parent pom, update readme.

* BAEL-3446 improve the code semantically.

* BAEL-3446 remove unnecessary files

* BAEL-3446 fix continuation indentation as 2

* BAEL-3446 put new module in the correct profile

Co-authored-by: Yavuz Tas <ytas@vwd.com>
2022-10-22 09:45:24 +05:30
..
src BAEL-3446 (#12872) 2022-10-22 09:45:24 +05:30
README.md BAEL-3446 (#12872) 2022-10-22 09:45:24 +05:30
pom.xml BAEL-3446 (#12872) 2022-10-22 09:45:24 +05:30

README.md

Libraries-7

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.

Relevant articles