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