License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging |
GroupId | GroupIdcom.github.neusnail |
ArtifactId | ArtifactIdspring-eventbus |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-eventbus
eventbus used in spring environment
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-eventbus-1.0.pom | |
spring-eventbus-1.0.jar | 7 KB |
spring-eventbus-1.0-sources.jar | 6 KB |
spring-eventbus-1.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.neusnail/spring-eventbus/ -->
<dependency>
<groupId>com.github.neusnail</groupId>
<artifactId>spring-eventbus</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.neusnail/spring-eventbus/
implementation 'com.github.neusnail:spring-eventbus:1.0'
// https://jarcasting.com/artifacts/com.github.neusnail/spring-eventbus/
implementation ("com.github.neusnail:spring-eventbus:1.0")
'com.github.neusnail:spring-eventbus:jar:1.0'
<dependency org="com.github.neusnail" name="spring-eventbus" rev="1.0">
<artifact name="spring-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.neusnail', module='spring-eventbus', version='1.0')
)
libraryDependencies += "com.github.neusnail" % "spring-eventbus" % "1.0"
[com.github.neusnail/spring-eventbus "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.greenrobot : eventbus | jar | 3.1.1 |
org.projectlombok : lombok | jar | 1.18.10 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.alibaba : transmittable-thread-local | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.2.3.RELEASE |