is not current version
Last Version 4.1

de.pfabulist:pfabulist-super-parent 4.0

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

GroupId

GroupId

de.pfabulist
ArtifactId

ArtifactId

pfabulist-super-parent
Version

Version

4.0
Type

Type

pom

Download pfabulist-super-parent 4.0


<!-- https://jarcasting.com/artifacts/de.pfabulist/pfabulist-super-parent/ -->
<dependency>
    <groupId>de.pfabulist</groupId>
    <artifactId>pfabulist-super-parent</artifactId>
    <version>4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist/pfabulist-super-parent/
implementation 'de.pfabulist:pfabulist-super-parent:4.0'
// https://jarcasting.com/artifacts/de.pfabulist/pfabulist-super-parent/
implementation ("de.pfabulist:pfabulist-super-parent:4.0")
'de.pfabulist:pfabulist-super-parent:pom:4.0'
<dependency org="de.pfabulist" name="pfabulist-super-parent" rev="4.0">
  <artifact name="pfabulist-super-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist', module='pfabulist-super-parent', version='4.0')
)
libraryDependencies += "de.pfabulist" % "pfabulist-super-parent" % "4.0"
[de.pfabulist/pfabulist-super-parent "4.0"]