p

parent-pom

parent pom for projects released to sonatype
http://palletops.com
Eclipse Public License
Hugo Duncan
Files download
File Operation
parent-pom-0.1.3.pom download
Apache Maven
<dependency>
  <groupId>org.cloudhoist</groupId>
  <artifactId>parent-pom</artifactId>
  <version>0.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cloudhoist:parent-pom:0.1.3'
Gradle Kotlin
implementation("org.cloudhoist:parent-pom:0.1.3")
Scala SBT
libraryDependencies += "org.cloudhoist" % "parent-pom" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.cloudhoist', module='parent-pom', version='0.1.3')
)
Apache Ivy
<dependency org="org.cloudhoist" name="parent-pom" rev="0.1.3" />
Leiningen
[org.cloudhoist/parent-pom "0.1.3"]
Apache Buildr
'org.cloudhoist:parent-pom:jar:0.1.3'