Maven Coordinates
Apache Maven
<dependency> <groupId>io.github.tonywasher.joceanus.themis</groupId> <artifactId>themis-core</artifactId> <version>1.6.4-b1</version> </dependency>
Apache Ivy
<dependency org="io.github.tonywasher.joceanus.themis" name="themis-core" rev="1.6.4-b1"> <artifact name="themis-core" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.tonywasher.joceanus.themis', module='themis-core', version='1.6.4-b1') )
Gradle/Grails
implementation 'io.github.tonywasher.joceanus.themis:themis-core:1.6.4-b1'
Scala SBT
libraryDependencies += "io.github.tonywasher.joceanus.themis" % "themis-core" % "1.6.4-b1"
Leiningen
[io.github.tonywasher.joceanus.themis/themis-core "1.6.4-b1"]
