Download sfac-launcher-0.4.jar file - Jar s

Jar examples for s:sfac-launcher

Description

This project is an application launcher. It allows to build dynamically the classpath of a java application by gathering all the jars of a directory.

You can download jar file sfac-launcher 0.4 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

sfac-launcher-0.4.jar
sfac-launcher-0.4.pom



Related Tutorials