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