GroupId | GroupIdjohn-test |
---|---|
ArtifactId | ArtifactIdbatik |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
batik-1.1.1.pom | |
batik-1.1.1.jar | 1 MB |
Browse |
<!-- 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"]