License |
License |
---|---|
GroupId | GroupIdcom.byoutline.ottoeventcallback |
ArtifactId | ArtifactIdanythreadbus |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostFromAnyThreadBus
Contains Otto bus wrappers that always post on Android main thread.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
anythreadbus-1.0.0.pom | |
anythreadbus-1.0.0.jar | 3 KB |
anythreadbus-1.0.0-sources.jar | 1 KB |
anythreadbus-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.byoutline.ottoeventcallback/anythreadbus/ -->
<dependency>
<groupId>com.byoutline.ottoeventcallback</groupId>
<artifactId>anythreadbus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.byoutline.ottoeventcallback/anythreadbus/
implementation 'com.byoutline.ottoeventcallback:anythreadbus:1.0.0'
// https://jarcasting.com/artifacts/com.byoutline.ottoeventcallback/anythreadbus/
implementation ("com.byoutline.ottoeventcallback:anythreadbus:1.0.0")
'com.byoutline.ottoeventcallback:anythreadbus:jar:1.0.0'
<dependency org="com.byoutline.ottoeventcallback" name="anythreadbus" rev="1.0.0">
<artifact name="anythreadbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.byoutline.ottoeventcallback', module='anythreadbus', version='1.0.0')
)
libraryDependencies += "com.byoutline.ottoeventcallback" % "anythreadbus" % "1.0.0"
[com.byoutline.ottoeventcallback/anythreadbus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.byoutline.eventcallback : eventcallback-api | jar | 1.0.1 |