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