Download brooklyn-launcher-common-0.11.0.jar file - Jar b

Jar examples for b:brooklyn-launcher-common

Description

Common code to be shared between classical launcher and OSGi initialization

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

brooklyn-launcher-common-0.11.0-javadoc.jar
brooklyn-launcher-common-0.11.0-sources.jar
brooklyn-launcher-common-0.11.0-test-sources.jar
brooklyn-launcher-common-0.11.0-tests.jar
brooklyn-launcher-common-0.11.0.jar
brooklyn-launcher-common-0.11.0.pom



Related Tutorials