GroupId | GroupIdde.pfabulist |
---|---|
ArtifactId | ArtifactIdpfabulist-parent |
Version | Version1.1 |
Type | Typepom |
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"]