Categories |
CategoriesEventBus Application Layer Libs Messaging |
---|---|
GroupId | GroupIdcom.shamanland |
ArtifactId | ArtifactIdxdroid-eventbus |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
xdroid-eventbus-0.0.2.pom | |
xdroid-eventbus-0.0.2.aar | 21 KB |
xdroid-eventbus-0.0.2-sources.jar | 11 KB |
xdroid-eventbus-0.0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shamanland/xdroid-eventbus/ -->
<dependency>
<groupId>com.shamanland</groupId>
<artifactId>xdroid-eventbus</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shamanland/xdroid-eventbus/
implementation 'com.shamanland:xdroid-eventbus:0.0.2'
// https://jarcasting.com/artifacts/com.shamanland/xdroid-eventbus/
implementation ("com.shamanland:xdroid-eventbus:0.0.2")
'com.shamanland:xdroid-eventbus:aar:0.0.2'
<dependency org="com.shamanland" name="xdroid-eventbus" rev="0.0.2">
<artifact name="xdroid-eventbus" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shamanland', module='xdroid-eventbus', version='0.0.2')
)
libraryDependencies += "com.shamanland" % "xdroid-eventbus" % "0.0.2"
[com.shamanland/xdroid-eventbus "0.0.2"]