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