MVN

com.cluehub : cluehub-parent

Maven & Gradle

Apr 27, 2016
1 stars

Clue parent POM · A generic Maven parent POM file that comprise some opinionated configurations and plugins to make it easy to manage the building, testing and releasing cycle with minimal configuration in the children projects.

<dependency>
    <groupId>com.cluehub</groupId>
    <artifactId>cluehub-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cluehub : cluehub-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.cluehub : cluehub-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cluehub-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.cluehub</groupId>
    <artifactId>cluehub-parent</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement