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