is not current version
Last Version 1.5

john-test:batik 1.1.1


GroupId

GroupId

john-test
ArtifactId

ArtifactId

batik
Version

Version

1.1.1
Type

Type

jar

Download batik 1.1.1


<!-- https://jarcasting.com/artifacts/john-test/batik/ -->
<dependency>
    <groupId>john-test</groupId>
    <artifactId>batik</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/john-test/batik/
implementation 'john-test:batik:1.1.1'
// https://jarcasting.com/artifacts/john-test/batik/
implementation ("john-test:batik:1.1.1")
'john-test:batik:jar:1.1.1'
<dependency org="john-test" name="batik" rev="1.1.1">
  <artifact name="batik" type="jar" />
</dependency>
@Grapes(
@Grab(group='john-test', module='batik', version='1.1.1')
)
libraryDependencies += "john-test" % "batik" % "1.1.1"
[john-test/batik "1.1.1"]