Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdcom.microsoft.appcenter.reactnative |
ArtifactId | ArtifactIdappcenter-react-native |
Version | Version1.9.0 |
Type | Typeaar |
Filename | Size |
---|---|
appcenter-react-native-1.9.0.pom | |
appcenter-react-native-1.9.0.aar | 14 KB |
appcenter-react-native-1.9.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.appcenter.reactnative/appcenter-react-native/ -->
<dependency>
<groupId>com.microsoft.appcenter.reactnative</groupId>
<artifactId>appcenter-react-native</artifactId>
<version>1.9.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.appcenter.reactnative/appcenter-react-native/
implementation 'com.microsoft.appcenter.reactnative:appcenter-react-native:1.9.0'
// https://jarcasting.com/artifacts/com.microsoft.appcenter.reactnative/appcenter-react-native/
implementation ("com.microsoft.appcenter.reactnative:appcenter-react-native:1.9.0")
'com.microsoft.appcenter.reactnative:appcenter-react-native:aar:1.9.0'
<dependency org="com.microsoft.appcenter.reactnative" name="appcenter-react-native" rev="1.9.0">
<artifact name="appcenter-react-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.appcenter.reactnative', module='appcenter-react-native', version='1.9.0')
)
libraryDependencies += "com.microsoft.appcenter.reactnative" % "appcenter-react-native" % "1.9.0"
[com.microsoft.appcenter.reactnative/appcenter-react-native "1.9.0"]