Jar examples for b:brooklyn-launcher
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.8.0-incubating in this page.
Apache License
You can use the following script to add brooklyn-launcher-0.8.0-incubating.jar to your project.
<dependency> <groupId>org.apache.brooklyn</groupId> <artifactId>brooklyn-launcher</artifactId> <version>0.8.0-incubating</version> </dependency>
compile group: 'org.apache.brooklyn', name: 'brooklyn-launcher', version: '0.8.0-incubating'
libraryDependencies += "org.apache.brooklyn" % "brooklyn-launcher" % "0.8.0-incubating"
<dependency org="org.apache.brooklyn" name="brooklyn-launcher" rev="0.8.0-incubating"/>
@Grapes(@Grab(group='org.apache.brooklyn', module='brooklyn-launcher', version='0.8.0-incubating'))
'org.apache.brooklyn:brooklyn-launcher:jar:0.8.0-incubating'
Click the following link to download the jar file.
brooklyn-launcher-0.8.0-incubating-javadoc.jar