| Categories | 
                CategoriesMaven Build Tools | 
        
|---|---|
| GroupId | GroupIdcom.github.nruzic.org.apache.maven.doxia | 
    
| ArtifactId | ArtifactIddoxia-integration-tools | 
    
| Version | Version1.8.1-patch1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.nruzic.org.apache.maven.doxia/doxia-integration-tools/ -->
<dependency>
    <groupId>com.github.nruzic.org.apache.maven.doxia</groupId>
    <artifactId>doxia-integration-tools</artifactId>
    <version>1.8.1-patch1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.nruzic.org.apache.maven.doxia/doxia-integration-tools/
implementation 'com.github.nruzic.org.apache.maven.doxia:doxia-integration-tools:1.8.1-patch1'
                // https://jarcasting.com/artifacts/com.github.nruzic.org.apache.maven.doxia/doxia-integration-tools/
implementation ("com.github.nruzic.org.apache.maven.doxia:doxia-integration-tools:1.8.1-patch1")
                'com.github.nruzic.org.apache.maven.doxia:doxia-integration-tools:jar:1.8.1-patch1'
                <dependency org="com.github.nruzic.org.apache.maven.doxia" name="doxia-integration-tools" rev="1.8.1-patch1">
  <artifact name="doxia-integration-tools" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.nruzic.org.apache.maven.doxia', module='doxia-integration-tools', version='1.8.1-patch1')
)
                libraryDependencies += "com.github.nruzic.org.apache.maven.doxia" % "doxia-integration-tools" % "1.8.1-patch1"
                [com.github.nruzic.org.apache.maven.doxia/doxia-integration-tools "1.8.1-patch1"]