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