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-integration |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneventcast-integration
eventcast - parent project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eventcast-integration-1.0.2.pom | |
eventcast-integration-1.0.2.jar | 2 KB |
eventcast-integration-1.0.2-javadoc.jar | 332 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast-integration/ -->
<dependency>
<groupId>com.lexicalscope.eventcast</groupId>
<artifactId>eventcast-integration</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast-integration/
implementation 'com.lexicalscope.eventcast:eventcast-integration:1.0.2'
// https://jarcasting.com/artifacts/com.lexicalscope.eventcast/eventcast-integration/
implementation ("com.lexicalscope.eventcast:eventcast-integration:1.0.2")
'com.lexicalscope.eventcast:eventcast-integration:jar:1.0.2'
<dependency org="com.lexicalscope.eventcast" name="eventcast-integration" rev="1.0.2">
<artifact name="eventcast-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.eventcast', module='eventcast-integration', version='1.0.2')
)
libraryDependencies += "com.lexicalscope.eventcast" % "eventcast-integration" % "1.0.2"
[com.lexicalscope.eventcast/eventcast-integration "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.lexicalscope.eventcast : eventcast | jar | 1.0.2 |
com.google.inject : guice | jar | 3.0 |
junit : junit-dep | jar | 4.10 |
org.hamcrest : hamcrest-integration | jar | 1.3.RC2 |
org.hamcrest : hamcrest-core | jar | 1.3.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