Files download
File Operation
uber-pom-1.0.3.jar download
uber-pom-1.0.3.pom download
uber-pom-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.igormaznitsa</groupId>
  <artifactId>uber-pom</artifactId>
  <version>1.0.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.igormaznitsa:uber-pom:1.0.3'
Gradle Kotlin
implementation("com.igormaznitsa:uber-pom:1.0.3")
Scala SBT
libraryDependencies += "com.igormaznitsa" % "uber-pom" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.igormaznitsa', module='uber-pom', version='1.0.3')
)
Apache Ivy
<dependency org="com.igormaznitsa" name="uber-pom" rev="1.0.3" />
Leiningen
[com.igormaznitsa/uber-pom "1.0.3"]
Apache Buildr
'com.igormaznitsa:uber-pom:jar:1.0.3'