MVN

com.github.akiraly.reusable-poms : pom-parent-with-java-util-libs

Maven & Gradle

Dec 29, 2013

Maven parent pom with some generic java utility libs · Guava, commons-*, logging, ...

<dependency>
    <groupId>com.github.akiraly.reusable-poms</groupId>
    <artifactId>pom-parent-with-java-util-libs</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.akiraly.reusable-poms : pom-parent-with-java-util-libs to add to Maven - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of com.github.akiraly.reusable-poms : pom-parent-with-java-util-libs to add to Maven - All Versions:

Version Vulnerabilities Updated
4
pom-parent-with-java-util-libs-4
3
pom-parent-with-java-util-libs-3
2
pom-parent-with-java-util-libs-2
1
pom-parent-with-java-util-libs-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.akiraly.reusable-poms</groupId>
    <artifactId>pom-parent-with-java-util-libs</artifactId>
    <version>4</version>
</dependency>