Skip to content

Release 2.1.11

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 06:18

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

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

For Gradle the dependency looks like:

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