GroupId | GroupIdga.rugal |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version1.12.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.12.0.pom | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ga.rugal/parent/ -->
<dependency>
<groupId>ga.rugal</groupId>
<artifactId>parent</artifactId>
<version>1.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ga.rugal/parent/
implementation 'ga.rugal:parent:1.12.0'
// https://jarcasting.com/artifacts/ga.rugal/parent/
implementation ("ga.rugal:parent:1.12.0")
'ga.rugal:parent:pom:1.12.0'
<dependency org="ga.rugal" name="parent" rev="1.12.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='ga.rugal', module='parent', version='1.12.0')
)
libraryDependencies += "ga.rugal" % "parent" % "1.12.0"
[ga.rugal/parent "1.12.0"]