Download brooklyn-all-0.5.0-M1.jar file - Jar b

Jar examples for b:brooklyn-all

Description

All Brooklyn entities and policies including web-console and CLI launcher packaged as a single Jar with dependencies for easy usage

You can download jar file brooklyn-all 0.5.0-M1 in this page.

License

Apache License

Build File

You can use the following script to add brooklyn-all-0.5.0-M1.jar to your project.

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

Download

Click the following link to download the jar file.

brooklyn-all-0.5.0-M1-with-dependencies.jar
brooklyn-all-0.5.0-M1.jar
brooklyn-all-0.5.0-M1.pom



Related Tutorials