Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.github.iamthevoid.reactivebinding |
ArtifactId | ArtifactIdanko-rx |
Version | Version1.0.0-beta09 |
Type | Typeaar |
Filename | Size |
---|---|
anko-rx-1.0.0-beta09.pom | |
anko-rx-1.0.0-beta09-sources.jar | 1 KB |
anko-rx-1.0.0-beta09-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/anko-rx/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>anko-rx</artifactId>
<version>1.0.0-beta09</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/anko-rx/
implementation 'io.github.iamthevoid.reactivebinding:anko-rx:1.0.0-beta09'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/anko-rx/
implementation ("io.github.iamthevoid.reactivebinding:anko-rx:1.0.0-beta09")
'io.github.iamthevoid.reactivebinding:anko-rx:aar:1.0.0-beta09'
<dependency org="io.github.iamthevoid.reactivebinding" name="anko-rx" rev="1.0.0-beta09">
<artifact name="anko-rx" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='anko-rx', version='1.0.0-beta09')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "anko-rx" % "1.0.0-beta09"
[io.github.iamthevoid.reactivebinding/anko-rx "1.0.0-beta09"]