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