| Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
|---|---|
| GroupId | GroupIdcn.ransj.rn |
| ArtifactId | ArtifactIdreact-native |
| Version | Version0.38.o |
| Type | Typeaar |
| Filename | Size |
|---|---|
| react-native-0.38.o.pom | |
| react-native-0.38.o.aar | 2 MB |
| react-native-0.38.o-sources.jar | 665 KB |
| react-native-0.38.o-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.ransj.rn/react-native/ -->
<dependency>
<groupId>cn.ransj.rn</groupId>
<artifactId>react-native</artifactId>
<version>0.38.o</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ransj.rn/react-native/
implementation 'cn.ransj.rn:react-native:0.38.o'
// https://jarcasting.com/artifacts/cn.ransj.rn/react-native/
implementation ("cn.ransj.rn:react-native:0.38.o")
'cn.ransj.rn:react-native:aar:0.38.o'
<dependency org="cn.ransj.rn" name="react-native" rev="0.38.o">
<artifact name="react-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.ransj.rn', module='react-native', version='0.38.o')
)
libraryDependencies += "cn.ransj.rn" % "react-native" % "0.38.o"
[cn.ransj.rn/react-native "0.38.o"]