Download launcher-1.0.0.jar file - Jar l

Jar examples for l:launcher

Description

Simple launcher bootstrap for Java applications

You can download jar file launcher 1.0.0 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add launcher-1.0.0.jar to your project.

<dependency>
   <groupId>org.daisy.pipeline</groupId>
   <artifactId>launcher</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.daisy.pipeline', name: 'launcher', version: '1.0.0'
libraryDependencies += "org.daisy.pipeline" % "launcher" % "1.0.0"
<dependency org="org.daisy.pipeline" name="launcher" rev="1.0.0"/>
@Grapes(@Grab(group='org.daisy.pipeline', module='launcher', version='1.0.0'))
'org.daisy.pipeline:launcher:jar:1.0.0'

Download

Click the following link to download the jar file.

launcher-1.0.0-javadoc.jar
launcher-1.0.0-sources.jar
launcher-1.0.0.jar
launcher-1.0.0.pom



Related Tutorials