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