MVN

org.apache.training : content-parent-pom

Maven & Gradle

Sep 09, 2020
24 stars

Training: Tools: Content Master Pom · Parent pom containing all the configuration for building presentations with the training template.

<dependency>
    <groupId>org.apache.training</groupId>
    <artifactId>content-parent-pom</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.training : content-parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.apache.training : content-parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
content-parent-pom-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.training</groupId>
    <artifactId>content-parent-pom</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement