License |
License |
---|---|
GroupId | GroupIdorg.yestech |
ArtifactId | ArtifactIdyesevent |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionYES 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 OrganizationYES Technology Association |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yesevent-2.0.0.pom | |
yesevent-2.0.0.jar | 39 KB |
yesevent-2.0.0-sources.jar | 24 KB |
yesevent-2.0.0-javadoc.jar | 193 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time Optional | jar | 1.6 |
com.google.guava : guava Optional | jar | r07 |
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 |