eventcast

eventcast - event publish-subscribe library integrated with google guice

License

License

GroupId

GroupId

com.lexicalscope.eventcast
ArtifactId

ArtifactId

eventcast
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

eventcast
eventcast - event publish-subscribe library integrated with google guice
Project URL

Project URL

http://eventcast.lexicalscope.com/eventcast
Source Code Management

Source Code Management

https://github.com/lexicalscope/eventcast

Download eventcast

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
aopalliance : aopalliance jar 1.0

provided (2)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
com.google.guava : guava jar 11.0.1

test (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.0
1.0.0-RC3
1.0.0-RC2