Java library with some common missing java data structures and helpers. Some of the classes of the [jpTools] (https://jptools.sourceforge.net/) have been adopted with the permission of the project.
- cb - The toolarium common build
We use SemVer for versioning. For the versions available, see the tags on this repository.
dependencies {
implementation "com.github.toolarium:toolarium-common:0.8.2"
}
<dependency>
<groupId>com.github.toolarium</groupId>
<artifactId>toolarium-common</artifactId>
<version>0.8.2</version>
</dependency>