Files download
File Operation
Jnt-1.0.6.jar download
Jnt-1.0.6.pom download
Jnt-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.netcapture</groupId>
  <artifactId>Jnt</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.netcapture:Jnt:1.0.6'
Gradle Kotlin
implementation("com.github.netcapture:Jnt:1.0.6")
Scala SBT
libraryDependencies += "com.github.netcapture" % "Jnt" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.netcapture', module='Jnt', version='1.0.6')
)
Apache Ivy
<dependency org="com.github.netcapture" name="Jnt" rev="1.0.6" />
Leiningen
[com.github.netcapture/Jnt "1.0.6"]
Apache Buildr
'com.github.netcapture:Jnt:jar:1.0.6'
Dependencies
The project has no third-party dependencies