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