MVN

cn.ransj.rn : react-native

Maven & Gradle

Nov 05, 2019
116k stars

ReactNative · A framework for building native apps with React

<dependency>
    <groupId>cn.ransj.rn</groupId>
    <artifactId>react-native</artifactId>
    <version>0.52.p</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ransj.rn : react-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.52.p
  • Latest Beta: 0.52.f.beta2
  • Latest Alpha: 0.52.alpha3

All Versions

Choose a version of cn.ransj.rn : react-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.52.x
react-native-0.52.p
react-native-0.52.o
react-native-0.52.u
react-native-0.52.n
react-native-0.52.m
react-native-0.52.l
react-native-0.52.k
react-native-0.52.j
react-native-0.52.i
react-native-0.52.h
react-native-0.52.g
react-native-0.52.f
react-native-0.52.f.beta2
react-native-0.52.f.beta
react-native-0.52.e
react-native-0.52.d
react-native-0.52.c
react-native-0.52.a
react-native-0.52.beta
react-native-0.52.alpha3
react-native-0.52.alpha2
react-native-0.52.alpha
0.38.x
react-native-0.38.z8
react-native-0.38.z6
react-native-0.38.z5
react-native-0.38.z3
react-native-0.38.z2
react-native-0.38.z1
react-native-0.38.z
react-native-0.38.x
react-native-0.38.w
react-native-0.38.v
react-native-0.38.t
react-native-0.38.s
react-native-0.38.r
react-native-0.38.q
react-native-0.38.p
react-native-0.38.o
react-native-0.38.dev.d
react-native-0.38.u
react-native-0.38.dev.c
react-native-0.38.dev.b
react-native-0.38.n
react-native-0.38.m
react-native-0.38.l
react-native-0.38.k
react-native-0.38.y
react-native-0.38.h
react-native-0.38.g
react-native-0.38.dev.a
react-native-0.38.f
react-native-0.38.e
react-native-0.38.d
react-native-0.38.c
react-native-0.38.b
react-native-0.38.a
0.37.x
react-native-0.37.a
0.31.x
react-native-0.31.k
react-native-0.31.y
react-native-0.31.j
react-native-0.31.h
react-native-0.31.g
react-native-0.31.f
react-native-0.31.e
react-native-0.31.d
react-native-0.31.c
react-native-0.31.b
react-native-0.31.a

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.ransj.rn</groupId>
    <artifactId>react-native</artifactId>
    <version>0.52.p</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ransj.rn : react-native gradle dependency to your build.gradle file:

implementation 'cn.ransj.rn:react-native:0.52.p'

Gradle Kotlin DSL: Add the following cn.ransj.rn : react-native gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ransj.rn:react-native:0.52.p")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ransj.rn : react-native sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ransj.rn" % "react-native" % "0.52.p"

Advertisement