Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.taniqng |
ArtifactId | ArtifactIddis-eventbus-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dis-eventbus-core-1.0.0.pom | |
dis-eventbus-core-1.0.0.jar | 29 KB |
dis-eventbus-core-1.0.0-sources.jar | 16 KB |
dis-eventbus-core-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taniqng/dis-eventbus-core/
implementation 'com.github.taniqng:dis-eventbus-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.taniqng/dis-eventbus-core/
implementation ("com.github.taniqng:dis-eventbus-core:1.0.0")
'com.github.taniqng:dis-eventbus-core:jar:1.0.0'
<dependency org="com.github.taniqng" name="dis-eventbus-core" rev="1.0.0">
<artifact name="dis-eventbus-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taniqng', module='dis-eventbus-core', version='1.0.0')
)
libraryDependencies += "com.github.taniqng" % "dis-eventbus-core" % "1.0.0"
[com.github.taniqng/dis-eventbus-core "1.0.0"]