is not current version
Last Version 1.9

com.alterioncorp:parent-pom 1.5

Parent POM for com.alterioncorp projects.

GroupId

GroupId

com.alterioncorp
ArtifactId

ArtifactId

parent-pom
Version

Version

1.5
Type

Type

pom

Download parent-pom 1.5

Filename Size
parent-pom-1.5.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.alterioncorp/parent-pom/ -->
<dependency>
    <groupId>com.alterioncorp</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alterioncorp/parent-pom/
implementation 'com.alterioncorp:parent-pom:1.5'
// https://jarcasting.com/artifacts/com.alterioncorp/parent-pom/
implementation ("com.alterioncorp:parent-pom:1.5")
'com.alterioncorp:parent-pom:pom:1.5'
<dependency org="com.alterioncorp" name="parent-pom" rev="1.5">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alterioncorp', module='parent-pom', version='1.5')
)
libraryDependencies += "com.alterioncorp" % "parent-pom" % "1.5"
[com.alterioncorp/parent-pom "1.5"]