Download broccoli-impl-0.9.0.jar file - Jar b

Jar examples for b:broccoli-impl

Description

Java implementation for BSDL and most of BSDM (grounding includes only basic async messaging, and service implementations not included). BSDL XML parsing. BSDL axioms registry. Messages serialization with JSON.

You can download jar file broccoli-impl 0.9.0 in this page.

License

GNU Affero General Public License Version 3

Build File

You can use the following script to add broccoli-impl-0.9.0.jar to your project.

<dependency>
   <groupId>com.hi3project.broccoli</groupId>
   <artifactId>broccoli-impl</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.hi3project.broccoli', name: 'broccoli-impl', version: '0.9.0'
libraryDependencies += "com.hi3project.broccoli" % "broccoli-impl" % "0.9.0"
<dependency org="com.hi3project.broccoli" name="broccoli-impl" rev="0.9.0"/>
@Grapes(@Grab(group='com.hi3project.broccoli', module='broccoli-impl', version='0.9.0'))
'com.hi3project.broccoli:broccoli-impl:jar:0.9.0'

Download

Click the following link to download the jar file.

broccoli-impl-0.9.0-javadoc.jar
broccoli-impl-0.9.0-sources.jar
broccoli-impl-0.9.0.jar
broccoli-impl-0.9.0.pom



Related Tutorials