r

rootpom

Root POM offering sonatype deployment, integration and regression test phases, and reporting.
https://github.com/safrisorg/rootpom
The MIT License (MIT)
Seva Safris
Seva Safris
Files download
File Operation
rootpom-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.safris.maven</groupId>
  <artifactId>rootpom</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.safris.maven:rootpom:1.0.3'
Gradle Kotlin
implementation("org.safris.maven:rootpom:1.0.3")
Scala SBT
libraryDependencies += "org.safris.maven" % "rootpom" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.safris.maven', module='rootpom', version='1.0.3')
)
Apache Ivy
<dependency org="org.safris.maven" name="rootpom" rev="1.0.3" />
Leiningen
[org.safris.maven/rootpom "1.0.3"]
Apache Buildr
'org.safris.maven:rootpom:jar:1.0.3'