is not current version
Last Version 1.25

com.randomnoun.build:parent-pom 1.22

Parent POM of randomnoun projects

GroupId

GroupId

com.randomnoun.build
ArtifactId

ArtifactId

parent-pom
Version

Version

1.22
Type

Type

pom

Download parent-pom 1.22

Filename Size
parent-pom-1.22.pom 14 KB
Browse

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