License |
License |
---|---|
Categories |
CategoriesLaunch4j Build Tools |
GroupId | GroupIdio.github.fvarrui |
ArtifactId | ArtifactIdlaunch4j |
Last Version | Last Version2.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlaunch4j
A gradle-plugin that uses launch4j to create windows .exe files for java applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
launch4j-2.5.2.pom | |
launch4j-2.5.2.jar | 93 KB |
launch4j-2.5.2-sources.jar | 19 KB |
launch4j-2.5.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fvarrui/launch4j/ -->
<dependency>
<groupId>io.github.fvarrui</groupId>
<artifactId>launch4j</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fvarrui/launch4j/
implementation 'io.github.fvarrui:launch4j:2.5.2'
// https://jarcasting.com/artifacts/io.github.fvarrui/launch4j/
implementation ("io.github.fvarrui:launch4j:2.5.2")
'io.github.fvarrui:launch4j:jar:2.5.2'
<dependency org="io.github.fvarrui" name="launch4j" rev="2.5.2">
<artifact name="launch4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fvarrui', module='launch4j', version='2.5.2')
)
libraryDependencies += "io.github.fvarrui" % "launch4j" % "2.5.2"
[io.github.fvarrui/launch4j "2.5.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.launch4j : launch4j | jar | 3.14 |
com.thoughtworks.xstream : xstream | jar | 1.4.19 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-bom | jar | 2.0-groovy-3.0 |
org.spockframework : spock-core | jar | |
org.spockframework : spock-junit4 | jar |