Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.netcapture |
ArtifactId | ArtifactIdJnt |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
Jnt-2.1.0.pom | |
Jnt-2.1.0.jar | 53 KB |
Jnt-2.1.0-sources.jar | 57 KB |
Jnt-2.1.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.netcapture/Jnt/ -->
<dependency>
<groupId>com.github.netcapture</groupId>
<artifactId>Jnt</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation 'com.github.netcapture:Jnt:2.1.0'
// https://jarcasting.com/artifacts/com.github.netcapture/Jnt/
implementation ("com.github.netcapture:Jnt:2.1.0")
'com.github.netcapture:Jnt:jar:2.1.0'
<dependency org="com.github.netcapture" name="Jnt" rev="2.1.0">
<artifact name="Jnt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netcapture', module='Jnt', version='2.1.0')
)
libraryDependencies += "com.github.netcapture" % "Jnt" % "2.1.0"
[com.github.netcapture/Jnt "2.1.0"]