Files download
File Operation
jnuit-core-0.12.jar download
jnuit-core-0.12.pom download
jnuit-core-0.12-sources.jar download
Apache Maven
<dependency>
  <groupId>im.bci</groupId>
  <artifactId>jnuit-core</artifactId>
  <version>0.12</version>
</dependency>
Gradle Groovy
implementation 'im.bci:jnuit-core:0.12'
Gradle Kotlin
implementation("im.bci:jnuit-core:0.12")
Scala SBT
libraryDependencies += "im.bci" % "jnuit-core" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='im.bci', module='jnuit-core', version='0.12')
)
Apache Ivy
<dependency org="im.bci" name="jnuit-core" rev="0.12" />
Leiningen
[im.bci/jnuit-core "0.12"]
Apache Buildr
'im.bci:jnuit-core:jar:0.12'