Download contrib-eventbus-1.2.1.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.2.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials