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