License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging |
GroupId | GroupIdcom.github.taniqng |
ArtifactId | ArtifactIddis-eventbus-core |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA distributed eventbus
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dis-eventbus-core-1.0.6.pom | |
dis-eventbus-core-1.0.6.jar | 29 KB |
dis-eventbus-core-1.0.6-sources.jar | 16 KB |
dis-eventbus-core-1.0.6-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taniqng/dis-eventbus-core/ -->
<dependency>
<groupId>com.github.taniqng</groupId>
<artifactId>dis-eventbus-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taniqng/dis-eventbus-core/
implementation 'com.github.taniqng:dis-eventbus-core:1.0.6'
// https://jarcasting.com/artifacts/com.github.taniqng/dis-eventbus-core/
implementation ("com.github.taniqng:dis-eventbus-core:1.0.6")
'com.github.taniqng:dis-eventbus-core:jar:1.0.6'
<dependency org="com.github.taniqng" name="dis-eventbus-core" rev="1.0.6">
<artifact name="dis-eventbus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taniqng', module='dis-eventbus-core', version='1.0.6')
)
libraryDependencies += "com.github.taniqng" % "dis-eventbus-core" % "1.0.6"
[com.github.taniqng/dis-eventbus-core "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.github.taniqng : dis-eventbus-api | jar | 1.0.6 |
org.springframework : spring-aop | jar | |
org.aspectj : aspectjweaver | jar | 1.8.13 |
org.springframework.amqp : spring-rabbit | jar | 1.7.4.RELEASE |
com.google.guava : guava | jar | 20.0 |