Skip to content

toolarium/toolarium-common

Repository files navigation

License Maven Central javadoc

toolarium-common

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.

Built With

  • cb - The toolarium common build

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Gradle:

dependencies {
    implementation "com.github.toolarium:toolarium-common:0.8.0"
}

Maven:

<dependency>
    <groupId>com.github.toolarium</groupId>
    <artifactId>toolarium-common</artifactId>
    <version>0.8.0</version>
</dependency>