Download brooklyn-launcher-0.4.0.jar file - Jar b

Jar examples for b:brooklyn-launcher

Description

This project contains a brooklyn.launcher.Main class for command-line invocation, and includes the Brooklyn WAR in its JAR for classpath-based starting.

You can download jar file brooklyn-launcher 0.4.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

brooklyn-launcher-0.4.0-javadoc.jar
brooklyn-launcher-0.4.0-sources.jar
brooklyn-launcher-0.4.0-tests.jar
brooklyn-launcher-0.4.0.jar
brooklyn-launcher-0.4.0.pom



Related Tutorials