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