m

makeself-maven-plugin

Makeself is a self-extracting archiving tool for Unix systems, in 100% shell script.
https://github.com/hazendaz/makeself-maven-plugin
GNU General Public License, version 2
Files download
File Operation
makeself-maven-plugin-1.7.0.jar download
makeself-maven-plugin-1.7.0.pom download
makeself-maven-plugin-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.maven</groupId>
  <artifactId>makeself-maven-plugin</artifactId>
  <version>1.7.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.maven:makeself-maven-plugin:1.7.0'
Gradle Kotlin
implementation("com.github.hazendaz.maven:makeself-maven-plugin:1.7.0")
Scala SBT
libraryDependencies += "com.github.hazendaz.maven" % "makeself-maven-plugin" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.maven', module='makeself-maven-plugin', version='1.7.0')
)
Apache Ivy
<dependency org="com.github.hazendaz.maven" name="makeself-maven-plugin" rev="1.7.0" />
Leiningen
[com.github.hazendaz.maven/makeself-maven-plugin "1.7.0"]
Apache Buildr
'com.github.hazendaz.maven:makeself-maven-plugin:jar:1.7.0'