License |
License
Simplified BSD License
|
---|---|
GroupId | GroupIdcom.randomnoun.build |
ArtifactId | ArtifactIdparent-pom |
Version | Version1.23 |
Type | Typepom |
Description |
Descriptionparent-pom
Parent POM of randomnoun projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-pom-1.23.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.randomnoun.build/parent-pom/ -->
<dependency>
<groupId>com.randomnoun.build</groupId>
<artifactId>parent-pom</artifactId>
<version>1.23</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.randomnoun.build/parent-pom/
implementation 'com.randomnoun.build:parent-pom:1.23'
// https://jarcasting.com/artifacts/com.randomnoun.build/parent-pom/
implementation ("com.randomnoun.build:parent-pom:1.23")
'com.randomnoun.build:parent-pom:pom:1.23'
<dependency org="com.randomnoun.build" name="parent-pom" rev="1.23">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.randomnoun.build', module='parent-pom', version='1.23')
)
libraryDependencies += "com.randomnoun.build" % "parent-pom" % "1.23"
[com.randomnoun.build/parent-pom "1.23"]