| Categories |
CategoriesEventBus Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdcom.github.edgar615 |
| ArtifactId | ArtifactIdeventbus-core |
| Last Version | Last Version1.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| eventbus-core-1.0.11.pom | |
| eventbus-core-1.0.11.jar | 38 KB |
| eventbus-core-1.0.11-sources.jar | 25 KB |
| eventbus-core-1.0.11-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/eventbus-core/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>eventbus-core</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/eventbus-core/
implementation 'com.github.edgar615:eventbus-core:1.0.11'
// https://jarcasting.com/artifacts/com.github.edgar615/eventbus-core/
implementation ("com.github.edgar615:eventbus-core:1.0.11")
'com.github.edgar615:eventbus-core:jar:1.0.11'
<dependency org="com.github.edgar615" name="eventbus-core" rev="1.0.11">
<artifact name="eventbus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='eventbus-core', version='1.0.11')
)
libraryDependencies += "com.github.edgar615" % "eventbus-core" % "1.0.11"
[com.github.edgar615/eventbus-core "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.14 |
| com.github.edgar615 : util | jar | 1.0.18.beta3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.awaitility : awaitility | jar | 2.0.0 |