Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.reactivesprint |
ArtifactId | ArtifactIdrsandroid |
Version | Version0.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
rsandroid-0.3.0.pom | |
rsandroid-0.3.0.aar | 49 KB |
rsandroid-0.3.0-sources.jar | 22 KB |
rsandroid-0.3.0-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.reactivesprint/rsandroid/ -->
<dependency>
<groupId>com.github.reactivesprint</groupId>
<artifactId>rsandroid</artifactId>
<version>0.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.reactivesprint/rsandroid/
implementation 'com.github.reactivesprint:rsandroid:0.3.0'
// https://jarcasting.com/artifacts/com.github.reactivesprint/rsandroid/
implementation ("com.github.reactivesprint:rsandroid:0.3.0")
'com.github.reactivesprint:rsandroid:aar:0.3.0'
<dependency org="com.github.reactivesprint" name="rsandroid" rev="0.3.0">
<artifact name="rsandroid" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.reactivesprint', module='rsandroid', version='0.3.0')
)
libraryDependencies += "com.github.reactivesprint" % "rsandroid" % "0.3.0"
[com.github.reactivesprint/rsandroid "0.3.0"]