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