MVN

com.github.jerrymice.common : common-pom

Maven & Gradle

Nov 09, 2018
0 stars

comm.github.jerrymice.common-pom · this common pom file,may project parent pom, avoid the hassle of repeatedly configuring many maven plugin, It can help you quickly publish projects to GitHub and Maven Central Repository.

<dependency>
    <groupId>com.github.jerrymice.common</groupId>
    <artifactId>common-pom</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jerrymice.common : common-pom to add to Maven - Latest Versions:

  • Latest Stable: 0.0.4
  • Latest Beta: 0.0.2.beta1

All Versions

Choose a version of com.github.jerrymice.common : common-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
common-pom-0.0.4
common-pom-0.0.3
common-pom-0.0.2
common-pom-0.0.2.beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jerrymice.common</groupId>
    <artifactId>common-pom</artifactId>
    <version>0.0.4</version>
</dependency>