b

bootstrap-maven-plugin

A plugin to make an runnable jar
http://www.StickyCode.net/plugins/${project.artifactId}
Files download
File Operation
bootstrap-maven-plugin-1.9.jar download
bootstrap-maven-plugin-1.9.pom download
bootstrap-maven-plugin-1.9-sources.jar download
Apache Maven
<dependency>
  <groupId>net.stickycode.plugins</groupId>
  <artifactId>bootstrap-maven-plugin</artifactId>
  <version>1.9</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.stickycode.plugins:bootstrap-maven-plugin:1.9'
Gradle Kotlin
implementation("net.stickycode.plugins:bootstrap-maven-plugin:1.9")
Scala SBT
libraryDependencies += "net.stickycode.plugins" % "bootstrap-maven-plugin" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='net.stickycode.plugins', module='bootstrap-maven-plugin', version='1.9')
)
Apache Ivy
<dependency org="net.stickycode.plugins" name="bootstrap-maven-plugin" rev="1.9" />
Leiningen
[net.stickycode.plugins/bootstrap-maven-plugin "1.9"]
Apache Buildr
'net.stickycode.plugins:bootstrap-maven-plugin:jar:1.9'