GroupId | GroupIdorg.xeustechnologies |
---|---|
ArtifactId | ArtifactIdjtar |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jtar-1.0.2.pom | |
jtar-1.0.2.jar | 11 KB |
jtar-1.0.2-sources.jar | 10 KB |
jtar-1.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xeustechnologies/jtar/ -->
<dependency>
<groupId>org.xeustechnologies</groupId>
<artifactId>jtar</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xeustechnologies/jtar/
implementation 'org.xeustechnologies:jtar:1.0.2'
// https://jarcasting.com/artifacts/org.xeustechnologies/jtar/
implementation ("org.xeustechnologies:jtar:1.0.2")
'org.xeustechnologies:jtar:jar:1.0.2'
<dependency org="org.xeustechnologies" name="jtar" rev="1.0.2">
<artifact name="jtar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xeustechnologies', module='jtar', version='1.0.2')
)
libraryDependencies += "org.xeustechnologies" % "jtar" % "1.0.2"
[org.xeustechnologies/jtar "1.0.2"]