Last Version

YES Event 2.0.0

Java Based Event framework that can be used with a Dependency Injection system or without. Currently Spring and Guice are supported. The Framework is pluggable with implementation that support direct routing and integration of apache camel to handle the routing of events.

License

License

GroupId

GroupId

org.yestech
ArtifactId

ArtifactId

yesevent
Version

Version

2.0.0
Type

Type

jar
Description

Description

YES Event
Java Based Event framework that can be used with a Dependency Injection system or without. Currently Spring and Guice are supported. The Framework is pluggable with implementation that support direct routing and integration of apache camel to handle the routing of events.
Project Organization

Project Organization

YES Technology Association
Source Code Management

Source Code Management

http://github.com/yestech/yesevent/tree/master

Download yesevent 2.0.0


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

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework : spring jar 2.5.6.SEC01
org.springframework : spring-beans jar 2.5.6.SEC01
org.springframework : spring-context jar 2.5.6.SEC01
org.slf4j : slf4j-api jar 1.5.11
org.slf4j : slf4j-jdk14 jar 1.5.11
com.google.code.guice : guice Optional jar 1.0
org.apache.camel : camel-core Optional jar 2.0.0
org.apache.camel : camel-spring Optional jar 2.0.0
commons-lang : commons-lang jar 2.4

provided (2)

Group / Artifact Type Version
joda-time : joda-time Optional jar 1.6
com.google.guava : guava Optional jar r07

test (4)

Group / Artifact Type Version
org.springframework : spring-test jar 2.5.6.SEC01
org.apache.camel : camel-test jar 2.0.0
org.mockito : mockito-all jar 1.8.2
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.