GroupId | GroupIdorg.floggy |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.floggy/parent/ -->
<dependency>
<groupId>org.floggy</groupId>
<artifactId>parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.floggy/parent/
implementation 'org.floggy:parent:0.0.1'
// https://jarcasting.com/artifacts/org.floggy/parent/
implementation ("org.floggy:parent:0.0.1")
'org.floggy:parent:pom:0.0.1'
<dependency org="org.floggy" name="parent" rev="0.0.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.floggy', module='parent', version='0.0.1')
)
libraryDependencies += "org.floggy" % "parent" % "0.0.1"
[org.floggy/parent "0.0.1"]