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