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