Download launch4j-3.8.0.jar file - Jar l

Jar examples for l:launch4j

Description

Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better user experience.

You can download jar file launch4j 3.8.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add launch4j-3.8.0.jar to your project.

<dependency>
   <groupId>net.sf.launch4j</groupId>
   <artifactId>launch4j</artifactId>
   <version>3.8.0</version>
</dependency>
compile group: 'net.sf.launch4j', name: 'launch4j', version: '3.8.0'
libraryDependencies += "net.sf.launch4j" % "launch4j" % "3.8.0"
<dependency org="net.sf.launch4j" name="launch4j" rev="3.8.0"/>
@Grapes(@Grab(group='net.sf.launch4j', module='launch4j', version='3.8.0'))
'net.sf.launch4j:launch4j:jar:3.8.0'

Download

Click the following link to download the jar file.

launch4j-3.8.0-core.jar
launch4j-3.8.0-javadoc.jar
launch4j-3.8.0-sources.jar
launch4j-3.8.0-workdir-linux.jar
launch4j-3.8.0-workdir-mac.jar
launch4j-3.8.0-workdir-win32.jar
launch4j-3.8.0.jar
launch4j-3.8.0.pom



Related Tutorials