License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.netcapture |
ArtifactId | ArtifactIdJnt |
Version | Version2.1.2 |
Type | Typejar |
Description |
DescriptionJnt
Jnt is a network lib written in Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Jnt-2.1.2.pom | |
Jnt-2.1.2.jar | 66 KB |
Jnt-2.1.2-sources.jar | 68 KB |
Jnt-2.1.2-javadoc.jar | 184 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.netcapture/Jnt/ -->
<dependency>
<groupId>com.github.netcapture</groupId>
<artifactId>Jnt</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation 'com.github.netcapture:Jnt:2.1.2'
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation ("com.github.netcapture:Jnt:2.1.2")
'com.github.netcapture:Jnt:jar:2.1.2'
<dependency org="com.github.netcapture" name="Jnt" rev="2.1.2">
<artifact name="Jnt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netcapture', module='Jnt', version='2.1.2')
)
libraryDependencies += "com.github.netcapture" % "Jnt" % "2.1.2"
[com.github.netcapture/Jnt "2.1.2"]