Skip to content

Release 2.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 06:39

To use this JACIS version add the following dependency to your project:

<dependency>
  <groupId>org.jacis</groupId>
  <artifactId>jacis</artifactId>
  <version>2.1.5</version>
</dependency>

For Gradle the dependency looks like:

dependencies {
  implementation group: 'org.jacis', name: 'jacis', version: '2.1.5'
}