| GroupId | GroupIdjohn-test | 
    
|---|---|
| ArtifactId | ArtifactIdbatik-gvt | 
    
| Last Version | Last Version1.6 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionBatik GVT 
            Batik GVT 
         | 
    
| Filename | Size | 
|---|---|
| batik-gvt-1.6.pom | |
| batik-gvt-1.6.jar | 166 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/john-test/batik-gvt/ -->
<dependency>
    <groupId>john-test</groupId>
    <artifactId>batik-gvt</artifactId>
    <version>1.6</version>
</dependency>
                // https://jarcasting.com/artifacts/john-test/batik-gvt/
implementation 'john-test:batik-gvt:1.6'
                // https://jarcasting.com/artifacts/john-test/batik-gvt/
implementation ("john-test:batik-gvt:1.6")
                'john-test:batik-gvt:jar:1.6'
                <dependency org="john-test" name="batik-gvt" rev="1.6">
  <artifact name="batik-gvt" type="jar" />
</dependency>
                @Grapes(
@Grab(group='john-test', module='batik-gvt', version='1.6')
)
                libraryDependencies += "john-test" % "batik-gvt" % "1.6"
                [john-test/batik-gvt "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 |