is not current version
Last Version 1.1

org.xeustechnologies:jtar 1.0.2

Java Tar API

GroupId

GroupId

org.xeustechnologies
ArtifactId

ArtifactId

jtar
Version

Version

1.0.2
Type

Type

jar

Download jtar 1.0.2


<!-- 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"]