is not current version
Last Version 2.2.3

com.github.netcapture:Jnt 2.2.2

Jnt is a network lib written in Java

Categories

Categories

Net
GroupId

GroupId

com.github.netcapture
ArtifactId

ArtifactId

Jnt
Version

Version

2.2.2
Type

Type

jar

Download Jnt 2.2.2


<!-- https://jarcasting.com/artifacts/com.github.netcapture/Jnt/ -->
<dependency>
    <groupId>com.github.netcapture</groupId>
    <artifactId>Jnt</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation 'com.github.netcapture:Jnt:2.2.2'
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation ("com.github.netcapture:Jnt:2.2.2")
'com.github.netcapture:Jnt:jar:2.2.2'
<dependency org="com.github.netcapture" name="Jnt" rev="2.2.2">
  <artifact name="Jnt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netcapture', module='Jnt', version='2.2.2')
)
libraryDependencies += "com.github.netcapture" % "Jnt" % "2.2.2"
[com.github.netcapture/Jnt "2.2.2"]