TripleD framework

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

License

License

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

eu.tripled-framework
ArtifactId

ArtifactId

eventbus-core
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download eventbus-core

How to add to project

<!-- https://jarcasting.com/artifacts/eu.tripled-framework/eventbus-core/ -->
<dependency>
    <groupId>eu.tripled-framework</groupId>
    <artifactId>eventbus-core</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.tripled-framework/eventbus-core/
implementation 'eu.tripled-framework:eventbus-core:0.0.2'
// https://jarcasting.com/artifacts/eu.tripled-framework/eventbus-core/
implementation ("eu.tripled-framework:eventbus-core:0.0.2")
'eu.tripled-framework:eventbus-core:jar:0.0.2'
<dependency org="eu.tripled-framework" name="eventbus-core" rev="0.0.2">
  <artifact name="eventbus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.tripled-framework', module='eventbus-core', version='0.0.2')
)
libraryDependencies += "eu.tripled-framework" % "eventbus-core" % "0.0.2"
[eu.tripled-framework/eventbus-core "0.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.26
javax.validation : validation-api jar 2.0.1.Final

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.5.1
org.hamcrest : hamcrest jar 2.1
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1