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