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