License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.netcapture |
ArtifactId | ArtifactIdJnt |
Version | Version1.0.6 |
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-1.0.6.pom | |
Jnt-1.0.6.jar | 45 KB |
Jnt-1.0.6-sources.jar | 51 KB |
Jnt-1.0.6-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.netcapture/Jnt/ -->
<dependency>
<groupId>com.github.netcapture</groupId>
<artifactId>Jnt</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation 'com.github.netcapture:Jnt:1.0.6'
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation ("com.github.netcapture:Jnt:1.0.6")
'com.github.netcapture:Jnt:jar:1.0.6'
<dependency org="com.github.netcapture" name="Jnt" rev="1.0.6">
<artifact name="Jnt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netcapture', module='Jnt', version='1.0.6')
)
libraryDependencies += "com.github.netcapture" % "Jnt" % "1.0.6"
[com.github.netcapture/Jnt "1.0.6"]