MVN

com.walmartlabs.ern : react-native

Maven & Gradle

May 23, 2023
1 usages
116.1k stars

react-native · A framework for building native apps with React

<dependency>
    <groupId>com.walmartlabs.ern</groupId>
    <artifactId>react-native</artifactId>
    <version>0.68.200</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.walmartlabs.ern : react-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.68.200
  • Latest Release Candidate: 0.59.0-rc.3

All Versions

Choose a version of com.walmartlabs.ern : react-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.68.x
react-native-0.68.1001
react-native-0.68.1000
react-native-0.68.200
react-native-0.68.101
react-native-0.68.100
react-native-0.68.7
react-native-0.68.5
react-native-0.68.0
0.67.x
react-native-0.67.100
react-native-0.67.5
react-native-0.67.0
0.66.x
react-native-0.66.100
react-native-0.66.5
react-native-0.66.4
0.65.x
react-native-0.65.2
0.64.x
react-native-0.64.100
react-native-0.64.1
react-native-0.64.0
0.63.x
react-native-0.63.100
react-native-0.63.4
react-native-0.63.3
react-native-0.63.2
react-native-0.63.1
react-native-0.63.0
0.62.x
react-native-0.62.2
react-native-0.62.1
react-native-0.62.0
0.61.x
react-native-0.61.1
react-native-0.61.0
0.60.x
react-native-0.60.6
react-native-0.60.5
react-native-0.60.0
0.59.x
react-native-0.59.10
react-native-0.59.9
react-native-0.59.8
react-native-0.59.4
react-native-0.59.3
react-native-0.59.2
react-native-0.59.1
react-native-0.59.0
react-native-0.59.0-rc.3
react-native-0.59.0-rc.0
0.58.x
react-native-0.58.5
react-native-0.58.1
react-native-0.58.0-rc.2
0.57.x
react-native-0.57.8
react-native-0.57.5
react-native-0.57.2
react-native-0.57.1
0.56.x
react-native-0.56.0
0.55.x
react-native-0.55.4
react-native-0.55.3

How to add a dependency to Maven

Add the following com.walmartlabs.ern : react-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.walmartlabs.ern</groupId>
    <artifactId>react-native</artifactId>
    <version>0.68.200</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.walmartlabs.ern : react-native gradle dependency to your build.gradle file:

implementation 'com.walmartlabs.ern:react-native:0.68.200'

Gradle Kotlin DSL: Add the following com.walmartlabs.ern : react-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.walmartlabs.ern:react-native:0.68.200")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.walmartlabs.ern : react-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.walmartlabs.ern" % "react-native" % "0.68.200"

Advertisement