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