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