| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdorg.timothyb89 |
| ArtifactId | ArtifactIdeventbus |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.timothyb89:eventbus
An event distpaching library.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| eventbus-1.1.pom | |
| eventbus-1.1.jar | 16 KB |
| eventbus-1.1-sources.jar | 10 KB |
| eventbus-1.1-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.timothyb89/eventbus/ -->
<dependency>
<groupId>org.timothyb89</groupId>
<artifactId>eventbus</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.timothyb89/eventbus/
implementation 'org.timothyb89:eventbus:1.1'
// https://jarcasting.com/artifacts/org.timothyb89/eventbus/
implementation ("org.timothyb89:eventbus:1.1")
'org.timothyb89:eventbus:jar:1.1'
<dependency org="org.timothyb89" name="eventbus" rev="1.1">
<artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.timothyb89', module='eventbus', version='1.1')
)
libraryDependencies += "org.timothyb89" % "eventbus" % "1.1"
[org.timothyb89/eventbus "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.12.6 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |