Skip to content

0.8.2

Latest
Compare
Choose a tag to compare
@blavenie blavenie released this 11 May 17:34
· 12 commits to master since this release
  • Update to com.github.jnr:jnr-ffi:2.2.2

To use this version with Maven, add this lines to the pom.xml :

<dependencies>
   
  <dependency>
    <groupId>org.abstractj.kalium</groupId>
    <artifactId>kalium</artifactId>
    <version>0.8.2</version>
  </dependency>
  ...
</dependencies>

Then add the E-IS nexus repo :

<repositories>
    <repository>
      <id>eis-public-repo</id>
      <url>https://nexus.e-is.pro/nexus/content/groups/public/</url>
    </repository>
   ...
</repositories>