Download eventbus-core-0.0.1.jar file - Jar e

Jar examples for e:eventbus-core

Description

TripleD is a framework to create CQRS based application using Java.

You can download jar file eventbus-core 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eventbus-core-0.0.1.jar to your project.

<dependency>
   <groupId>eu.tripled-framework</groupId>
   <artifactId>eventbus-core</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'eu.tripled-framework', name: 'eventbus-core', version: '0.0.1'
libraryDependencies += "eu.tripled-framework" % "eventbus-core" % "0.0.1"
<dependency org="eu.tripled-framework" name="eventbus-core" rev="0.0.1"/>
@Grapes(@Grab(group='eu.tripled-framework', module='eventbus-core', version='0.0.1'))
'eu.tripled-framework:eventbus-core:jar:0.0.1'

Download

Click the following link to download the jar file.

eventbus-core-0.0.1-javadoc.jar
eventbus-core-0.0.1-sources.jar
eventbus-core-0.0.1.jar
eventbus-core-0.0.1.pom



Related Tutorials