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