GroupId | GroupIdde.pfabulist |
---|---|
ArtifactId | ArtifactIdpfabulist-parent |
Version | Version3.2.2 |
Type | Typepom |
Filename | Size |
---|---|
pfabulist-parent-3.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.pfabulist/pfabulist-parent/ -->
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>pfabulist-parent</artifactId>
<version>3.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.pfabulist/pfabulist-parent/
implementation 'de.pfabulist:pfabulist-parent:3.2.2'
// https://jarcasting.com/artifacts/de.pfabulist/pfabulist-parent/
implementation ("de.pfabulist:pfabulist-parent:3.2.2")
'de.pfabulist:pfabulist-parent:pom:3.2.2'
<dependency org="de.pfabulist" name="pfabulist-parent" rev="3.2.2">
<artifact name="pfabulist-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.pfabulist', module='pfabulist-parent', version='3.2.2')
)
libraryDependencies += "de.pfabulist" % "pfabulist-parent" % "3.2.2"
[de.pfabulist/pfabulist-parent "3.2.2"]