| Categories |
CategoriesEventBus Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdcom.ecfront |
| ArtifactId | ArtifactIdezf-eventbus |
| Version | Version3.0.0-beta3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ezf-eventbus-3.0.0-beta3.pom | |
| ezf-eventbus-3.0.0-beta3.jar | 33 KB |
| ezf-eventbus-3.0.0-beta3-sources.jar | 4 KB |
| ezf-eventbus-3.0.0-beta3-javadoc.jar | 356 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ecfront/ezf-eventbus/ -->
<dependency>
<groupId>com.ecfront</groupId>
<artifactId>ezf-eventbus</artifactId>
<version>3.0.0-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecfront/ezf-eventbus/
implementation 'com.ecfront:ezf-eventbus:3.0.0-beta3'
// https://jarcasting.com/artifacts/com.ecfront/ezf-eventbus/
implementation ("com.ecfront:ezf-eventbus:3.0.0-beta3")
'com.ecfront:ezf-eventbus:jar:3.0.0-beta3'
<dependency org="com.ecfront" name="ezf-eventbus" rev="3.0.0-beta3">
<artifact name="ezf-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecfront', module='ezf-eventbus', version='3.0.0-beta3')
)
libraryDependencies += "com.ecfront" % "ezf-eventbus" % "3.0.0-beta3"
[com.ecfront/ezf-eventbus "3.0.0-beta3"]