MVN

com.github.netcapture : Jnt

Maven & Gradle

Nov 18, 2022
3 stars

Jnt · Jnt is a network lib written in Java

<dependency>
    <groupId>com.github.netcapture</groupId>
    <artifactId>Jnt</artifactId>
    <version>2.2.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.netcapture : Jnt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.10

All Versions

Choose a version of com.github.netcapture : Jnt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
Jnt-2.2.10
Jnt-2.2.9
Jnt-2.2.8
Jnt-2.2.7
Jnt-2.2.5
Jnt-2.2.4
Jnt-2.2.3
Jnt-2.2.2
Jnt-2.2.1
Jnt-2.2.0
2.1.x
Jnt-2.1.3
Jnt-2.1.2
Jnt-2.1.1
Jnt-2.1.0
2.0.x
Jnt-2.0.1
Jnt-2.0.0
1.0.x
Jnt-1.0.6
Jnt-1.0.5
Jnt-1.0.4
Jnt-1.0.3-1
Jnt-1.0.3
Jnt-1.0.2
Jnt-1.0.1
Jnt-1.0.0

How to add a dependency to Maven

Add the following com.github.netcapture : Jnt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.netcapture</groupId>
    <artifactId>Jnt</artifactId>
    <version>2.2.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.netcapture : Jnt gradle dependency to your build.gradle file:

implementation 'com.github.netcapture:Jnt:2.2.10'

Gradle Kotlin DSL: Add the following com.github.netcapture : Jnt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.netcapture:Jnt:2.2.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.netcapture : Jnt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.netcapture" % "Jnt" % "2.2.10"

Advertisement