| Categories |
CategoriesEventBus Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdcom.lgou2w |
| ArtifactId | ArtifactIdldk-eventbus |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ldk-eventbus-0.2.0.pom | 1 KB |
| ldk-eventbus-0.2.0-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-eventbus/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-eventbus</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-eventbus/
implementation 'com.lgou2w:ldk-eventbus:0.2.0'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-eventbus/
implementation ("com.lgou2w:ldk-eventbus:0.2.0")
'com.lgou2w:ldk-eventbus:jar:0.2.0'
<dependency org="com.lgou2w" name="ldk-eventbus" rev="0.2.0">
<artifact name="ldk-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-eventbus', version='0.2.0')
)
libraryDependencies += "com.lgou2w" % "ldk-eventbus" % "0.2.0"
[com.lgou2w/ldk-eventbus "0.2.0"]