| License |
License |
|---|---|
| GroupId | GroupIdio.github.rocketmix |
| ArtifactId | ArtifactIdrocketmix-installer |
| Last Version | Last Version1.0.26 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRocketMiX Linux service install script generator
This modules embeds a custom Spring Boot boostrap which all to generates install scripts
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rocketmix-installer-1.0.26.pom | |
| rocketmix-installer-1.0.26.jar | 20 KB |
| rocketmix-installer-1.0.26-sources.jar | 12 KB |
| rocketmix-installer-1.0.26-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-installer/ -->
<dependency>
<groupId>io.github.rocketmix</groupId>
<artifactId>rocketmix-installer</artifactId>
<version>1.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-installer/
implementation 'io.github.rocketmix:rocketmix-installer:1.0.26'
// https://jarcasting.com/artifacts/io.github.rocketmix/rocketmix-installer/
implementation ("io.github.rocketmix:rocketmix-installer:1.0.26")
'io.github.rocketmix:rocketmix-installer:jar:1.0.26'
<dependency org="io.github.rocketmix" name="rocketmix-installer" rev="1.0.26">
<artifact name="rocketmix-installer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rocketmix', module='rocketmix-installer', version='1.0.26')
)
libraryDependencies += "io.github.rocketmix" % "rocketmix-installer" % "1.0.26"
[io.github.rocketmix/rocketmix-installer "1.0.26"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.2.RELEASE |
| commons-cli : commons-cli | jar | 1.4 |
| javax.annotation : javax.annotation-api | jar | 1.3.2 |