MVN

com.addc.build : documentation

Maven & Gradle

Dec 18, 2019

documentation · Common docbook parts for documentation projects used by the addc-pom when building project documentation

<dependency>
    <groupId>com.addc.build</groupId>
    <artifactId>documentation</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addc.build : documentation to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.addc.build : documentation to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
documentation-1.2.2
documentation-1.2.1
1.2
documentation-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.addc.build</groupId>
    <artifactId>documentation</artifactId>
    <version>1.2.2</version>
</dependency>

Advertisement