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