is not current version
Last Version 1.1

org.xeustechnologies:jtar 1.0.3

Java Tar API

GroupId

GroupId

org.xeustechnologies
ArtifactId

ArtifactId

jtar
Version

Version

1.0.3
Type

Type

jar

Download jtar 1.0.3


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