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