is not current version
Last Version 4.0.1

de.pfabulist:pfabulist-parent 1.1

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-parent
Version

Version

1.1
Type

Type

pom

Download pfabulist-parent 1.1

Filename Size
pfabulist-parent-1.1.pom 15 KB
Browse

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