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