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