Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.github.kubode |
ArtifactId | ArtifactIdrxeventbus |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
rxeventbus-1.0.1.pom | |
rxeventbus-1.0.1.jar | 3 KB |
rxeventbus-1.0.1-sources.jar | 1 KB |
rxeventbus-1.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kubode/rxeventbus/ -->
<dependency>
<groupId>com.github.kubode</groupId>
<artifactId>rxeventbus</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kubode/rxeventbus/
implementation 'com.github.kubode:rxeventbus:1.0.1'
// https://jarcasting.com/artifacts/com.github.kubode/rxeventbus/
implementation ("com.github.kubode:rxeventbus:1.0.1")
'com.github.kubode:rxeventbus:jar:1.0.1'
<dependency org="com.github.kubode" name="rxeventbus" rev="1.0.1">
<artifact name="rxeventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kubode', module='rxeventbus', version='1.0.1')
)
libraryDependencies += "com.github.kubode" % "rxeventbus" % "1.0.1"
[com.github.kubode/rxeventbus "1.0.1"]