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