MVN

com.microsoft.appcenter.reactnative : appcenter-react-native

Maven & Gradle

Jul 31, 2023
407 stars

appcenter-react-native · AppCenter SDK for React Native Android

<dependency>
    <groupId>com.microsoft.appcenter.reactnative</groupId>
    <artifactId>appcenter-react-native</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.appcenter.reactnative : appcenter-react-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.microsoft.appcenter.reactnative : appcenter-react-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
appcenter-react-native-5.0.0
4.4.x
appcenter-react-native-4.4.5
appcenter-react-native-4.4.4
appcenter-react-native-4.4.3
4.3.x
appcenter-react-native-4.3.1
4.2.x
appcenter-react-native-4.2.0
4.1.x
appcenter-react-native-4.1.0
4.0.x
appcenter-react-native-4.0.2
appcenter-react-native-4.0.0
3.1.x
appcenter-react-native-3.1.2
appcenter-react-native-3.1.1
appcenter-react-native-3.1.0
3.0.x
appcenter-react-native-3.0.4
appcenter-react-native-3.0.3
appcenter-react-native-3.0.2
appcenter-react-native-3.0.1
appcenter-react-native-3.0.0
2.6.x
appcenter-react-native-2.6.1
appcenter-react-native-2.6.0
2.5.x
appcenter-react-native-2.5.0
2.3.x
appcenter-react-native-2.3.0
2.2.x
appcenter-react-native-2.2.0
2.1.x
appcenter-react-native-2.1.0
2.0.x
appcenter-react-native-2.0.0
1.13.x
appcenter-react-native-1.13.0
1.12.x
appcenter-react-native-1.12.2
appcenter-react-native-1.12.0
1.11.x
appcenter-react-native-1.11.0
1.10.x
appcenter-react-native-1.10.0
1.9.x
appcenter-react-native-1.9.0
1.8.x
appcenter-react-native-1.8.1
appcenter-react-native-1.8.0
1.7.x
appcenter-react-native-1.7.1
appcenter-react-native-1.7.0
1.6.x
appcenter-react-native-1.6.0
1.5.x
appcenter-react-native-1.5.1
appcenter-react-native-1.5.0
1.4.x
appcenter-react-native-1.4.0
1.3.x
appcenter-react-native-1.3.0
1.2.x
appcenter-react-native-1.2.0
1.1.x
appcenter-react-native-1.1.0
1.0.x
appcenter-react-native-1.0.1
appcenter-react-native-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.appcenter.reactnative</groupId>
    <artifactId>appcenter-react-native</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.appcenter.reactnative : appcenter-react-native gradle dependency to your build.gradle file:

implementation 'com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.0'

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

implementation("com.microsoft.appcenter.reactnative:appcenter-react-native:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.appcenter.reactnative : appcenter-react-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.appcenter.reactnative" % "appcenter-react-native" % "5.0.0"

Advertisement