Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.heberling.clanlord.bard |
ArtifactId | ArtifactIdparent |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.heberling.clanlord.bard/parent/ -->
<dependency>
<groupId>net.heberling.clanlord.bard</groupId>
<artifactId>parent</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.heberling.clanlord.bard/parent/
implementation 'net.heberling.clanlord.bard:parent:0.2.0'
// https://jarcasting.com/artifacts/net.heberling.clanlord.bard/parent/
implementation ("net.heberling.clanlord.bard:parent:0.2.0")
'net.heberling.clanlord.bard:parent:pom:0.2.0'
<dependency org="net.heberling.clanlord.bard" name="parent" rev="0.2.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.heberling.clanlord.bard', module='parent', version='0.2.0')
)
libraryDependencies += "net.heberling.clanlord.bard" % "parent" % "0.2.0"
[net.heberling.clanlord.bard/parent "0.2.0"]