com.acidmanic:installation

This library defines a simple model for making a self-installer java application. It supports Windows and Linux.

License

License

GroupId

GroupId

com.acidmanic
ArtifactId

ArtifactId

installation
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

com.acidmanic:installation
This library defines a simple model for making a self-installer java application. It supports Windows and Linux.
Project URL

Project URL

https://github.com/Acidmanic/
Source Code Management

Source Code Management

https://github.com/Acidmanic/

Download installation

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.acidmanic : commons jar 1.0.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0