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