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