License |
License |
---|---|
GroupId | GroupIdcom.acidmanic |
ArtifactId | ArtifactIdinstallation |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.acidmanic:installation
This library defines a simple model for making a self-installer java application. It supports Windows and Linux.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
installation-1.0.1.pom | |
installation-1.0.1.jar | 29 KB |
installation-1.0.1-sources.jar | 24 KB |
installation-1.0.1-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.acidmanic/installation/ -->
<dependency>
<groupId>com.acidmanic</groupId>
<artifactId>installation</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.acidmanic/installation/
implementation 'com.acidmanic:installation:1.0.1'
// https://jarcasting.com/artifacts/com.acidmanic/installation/
implementation ("com.acidmanic:installation:1.0.1")
'com.acidmanic:installation:jar:1.0.1'
<dependency org="com.acidmanic" name="installation" rev="1.0.1">
<artifact name="installation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acidmanic', module='installation', version='1.0.1')
)
libraryDependencies += "com.acidmanic" % "installation" % "1.0.1"
[com.acidmanic/installation "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.acidmanic : commons | jar | 1.0.0 |
junit : junit | jar | 4.12 |