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