Download contrib-eventbus-2.3.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 2.3.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials