| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdspace.inevitable |
| ArtifactId | ArtifactIdeventbus |
| Last Version | Last Version0.0.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioneventbus
Event bus designed with the idea of open for extension close for modification principle
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| eventbus-0.0.14.pom | |
| eventbus-0.0.14.jar | 30 KB |
| eventbus-0.0.14-sources.jar | 19 KB |
| eventbus-0.0.14-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/space.inevitable/eventbus/ -->
<dependency>
<groupId>space.inevitable</groupId>
<artifactId>eventbus</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/space.inevitable/eventbus/
implementation 'space.inevitable:eventbus:0.0.14'
// https://jarcasting.com/artifacts/space.inevitable/eventbus/
implementation ("space.inevitable:eventbus:0.0.14")
'space.inevitable:eventbus:jar:0.0.14'
<dependency org="space.inevitable" name="eventbus" rev="0.0.14">
<artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='space.inevitable', module='eventbus', version='0.0.14')
)
libraryDependencies += "space.inevitable" % "eventbus" % "0.0.14"
[space.inevitable/eventbus "0.0.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| junit : junit | jar | 4.12 |
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
| com.athaydes : spock-reports | jar | 1.2.7 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.codehaus.groovy : groovy-all | jar | 2.4.4 |
| cglib : cglib | jar | 2.2 |