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