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