MVN

de.pfabulist : pfabulist-super-parent

Maven & Gradle

Mar 25, 2016

pfabulist-super-parent · A parent pom with latest dependencies, enough to deploy to maven central. Also the super pom for all projects in the pfabulist space

<dependency>
    <groupId>de.pfabulist</groupId>
    <artifactId>pfabulist-super-parent</artifactId>
    <version>4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.pfabulist : pfabulist-super-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.1

All Versions

Choose a version of de.pfabulist : pfabulist-super-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
4.1
pfabulist-super-parent-4.1
4.0
pfabulist-super-parent-4.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.pfabulist</groupId>
    <artifactId>pfabulist-super-parent</artifactId>
    <version>4.1</version>
</dependency>

Advertisement