| GroupId | GroupIdjohn-test | 
    
|---|---|
| ArtifactId | ArtifactIdbatik-parser | 
    
| Last Version | Last Version1.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBatik Parser 
            Batik Parser 
         | 
    
| Filename | Size | 
|---|---|
| batik-parser-1.6.pom | |
| batik-parser-1.6.jar | 36 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/john-test/batik-parser/ -->
<dependency>
    <groupId>john-test</groupId>
    <artifactId>batik-parser</artifactId>
    <version>1.6</version>
</dependency>
                // https://jarcasting.com/artifacts/john-test/batik-parser/
implementation 'john-test:batik-parser:1.6'
                // https://jarcasting.com/artifacts/john-test/batik-parser/
implementation ("john-test:batik-parser:1.6")
                'john-test:batik-parser:jar:1.6'
                <dependency org="john-test" name="batik-parser" rev="1.6">
  <artifact name="batik-parser" type="jar" />
</dependency>
                @Grapes(
@Grab(group='john-test', module='batik-parser', version='1.6')
)
                libraryDependencies += "john-test" % "batik-parser" % "1.6"
                [john-test/batik-parser "1.6"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| batik : batik-awt-util | jar | 1.6 | 
| batik : batik-ext | jar | 1.6 | 
| batik : batik-gui-util | jar | 1.6 | 
| batik : batik-util | jar | 1.6 | 
| xml-apis : xmlParserAPIs | jar | 2.0.2 |