| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdcom.elastisys.scale |
| ArtifactId | ArtifactIdcommons.eventbus |
| Last Version | Last Version2.3.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon Java libraries and utilities for elastisys:scale-related software.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons.eventbus-2.3.4.pom | |
| commons.eventbus-2.3.4.jar | 14 KB |
| commons.eventbus-2.3.4-sources.jar | 13 KB |
| commons.eventbus-2.3.4-javadoc.jar | 437 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elastisys.scale/commons.eventbus/ -->
<dependency>
<groupId>com.elastisys.scale</groupId>
<artifactId>commons.eventbus</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.eventbus/
implementation 'com.elastisys.scale:commons.eventbus:2.3.4'
// https://jarcasting.com/artifacts/com.elastisys.scale/commons.eventbus/
implementation ("com.elastisys.scale:commons.eventbus:2.3.4")
'com.elastisys.scale:commons.eventbus:jar:2.3.4'
<dependency org="com.elastisys.scale" name="commons.eventbus" rev="2.3.4">
<artifact name="commons.eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elastisys.scale', module='commons.eventbus', version='2.3.4')
)
libraryDependencies += "com.elastisys.scale" % "commons.eventbus" % "2.3.4"
[com.elastisys.scale/commons.eventbus "2.3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.elastisys.scale : commons.util | jar | 2.3.4 |
| org.slf4j : slf4j-api | jar | 1.7.22 |
| org.apache.commons : commons-lang3 | jar | 3.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.9 |