Download contrib-eventbus-1.1.0.jar file - Jar c

Jar examples for c:contrib-eventbus

Description

Drop-in low throughput synchronous immediate delivery eventbus for artemis-odb.

You can download jar file contrib-eventbus 1.1.0 in this page.

Build File

You can use the following script to add contrib-eventbus-1.1.0.jar to your project.

<dependency>
   <groupId>net.mostlyoriginal.artemis-odb</groupId>
   <artifactId>contrib-eventbus</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'net.mostlyoriginal.artemis-odb', name: 'contrib-eventbus', version: '1.1.0'
libraryDependencies += "net.mostlyoriginal.artemis-odb" % "contrib-eventbus" % "1.1.0"
<dependency org="net.mostlyoriginal.artemis-odb" name="contrib-eventbus" rev="1.1.0"/>
@Grapes(@Grab(group='net.mostlyoriginal.artemis-odb', module='contrib-eventbus', version='1.1.0'))
'net.mostlyoriginal.artemis-odb:contrib-eventbus:jar:1.1.0'

Download

Click the following link to download the jar file.

contrib-eventbus-1.1.0-javadoc.jar
contrib-eventbus-1.1.0-sources.jar
contrib-eventbus-1.1.0.jar
contrib-eventbus-1.1.0.pom



Related Tutorials