Eventcast Publish Subscribe
This library offers loosely coupled Publish-Subscribe functionaility and is tightly integrated with Google Guice.
Please read the Eventcast wiki for documentation and features
License |
License |
---|---|
GroupId | GroupIdcom.lexicalscope.eventcast |
ArtifactId | ArtifactIdeventcast |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneventcast
eventcast - event publish-subscribe library integrated with google guice
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eventcast-1.0.2.pom | |
eventcast-1.0.2.jar | 134 KB |
eventcast-1.0.2-sources.jar | 12 KB |
eventcast-1.0.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/ -->
<dependency>
<groupId>com.lexicalscope.eventcast</groupId>
<artifactId>eventcast</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/
implementation 'com.lexicalscope.eventcast:eventcast:1.0.2'
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast/
implementation ("com.lexicalscope.eventcast:eventcast:1.0.2")
'com.lexicalscope.eventcast:eventcast:jar:1.0.2'
<dependency org="com.lexicalscope.eventcast" name="eventcast" rev="1.0.2">
<artifact name="eventcast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.eventcast', module='eventcast', version='1.0.2')
)
libraryDependencies += "com.lexicalscope.eventcast" % "eventcast" % "1.0.2"
[com.lexicalscope.eventcast/eventcast "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
aopalliance : aopalliance | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 3.0 |
com.google.guava : guava | jar | 11.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.hamcrest : hamcrest-integration | jar | 1.3.RC2 |
org.hamcrest : hamcrest-core | jar | 1.3.RC2 |
org.jmock : jmock-junit4 | jar | 2.6.0-RC2 |
This library offers loosely coupled Publish-Subscribe functionaility and is tightly integrated with Google Guice.
Please read the Eventcast wiki for documentation and features