is not current version
Last Version 2.0.0

org.yestech:yesevent 1.1.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.

GroupId

GroupId

org.yestech
ArtifactId

ArtifactId

yesevent
Version

Version

1.1.0
Type

Type

jar

Download yesevent 1.1.0


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