| Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
|---|---|
| GroupId | GroupIdcn.ransj.rn |
| ArtifactId | ArtifactIdreact-native |
| Version | Version0.52.f.beta2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| react-native-0.52.f.beta2.pom | |
| react-native-0.52.f.beta2.aar | 3 MB |
| react-native-0.52.f.beta2-sources.jar | 845 KB |
| react-native-0.52.f.beta2-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.52.f.beta2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ransj.rn/react-native/
implementation 'cn.ransj.rn:react-native:0.52.f.beta2'
// https://jarcasting.com/artifacts/cn.ransj.rn/react-native/
implementation ("cn.ransj.rn:react-native:0.52.f.beta2")
'cn.ransj.rn:react-native:aar:0.52.f.beta2'
<dependency org="cn.ransj.rn" name="react-native" rev="0.52.f.beta2">
<artifact name="react-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.ransj.rn', module='react-native', version='0.52.f.beta2')
)
libraryDependencies += "cn.ransj.rn" % "react-native" % "0.52.f.beta2"
[cn.ransj.rn/react-native "0.52.f.beta2"]