| GroupId | GroupIdjohn-test | 
    
|---|---|
| ArtifactId | ArtifactIdbatik | 
    
| Last Version | Last Version1.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| batik-1.5.pom | |
| batik-1.5.jar | 633 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/john-test/batik/ -->
<dependency>
    <groupId>john-test</groupId>
    <artifactId>batik</artifactId>
    <version>1.5</version>
</dependency>
                // https://jarcasting.com/artifacts/john-test/batik/
implementation 'john-test:batik:1.5'
                // https://jarcasting.com/artifacts/john-test/batik/
implementation ("john-test:batik:1.5")
                'john-test:batik:jar:1.5'
                <dependency org="john-test" name="batik" rev="1.5">
  <artifact name="batik" type="jar" />
</dependency>
                @Grapes(
@Grab(group='john-test', module='batik', version='1.5')
)
                libraryDependencies += "john-test" % "batik" % "1.5"
                [john-test/batik "1.5"]