Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdcom.bugsnag |
ArtifactId | ArtifactIdbugsnag-plugin-react-native |
Version | Version5.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
bugsnag-plugin-react-native-5.0.2.pom | |
bugsnag-plugin-react-native-5.0.2-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bugsnag/bugsnag-plugin-react-native/ -->
<dependency>
<groupId>com.bugsnag</groupId>
<artifactId>bugsnag-plugin-react-native</artifactId>
<version>5.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bugsnag/bugsnag-plugin-react-native/
implementation 'com.bugsnag:bugsnag-plugin-react-native:5.0.2'
// https://jarcasting.com/artifacts/com.bugsnag/bugsnag-plugin-react-native/
implementation ("com.bugsnag:bugsnag-plugin-react-native:5.0.2")
'com.bugsnag:bugsnag-plugin-react-native:aar:5.0.2'
<dependency org="com.bugsnag" name="bugsnag-plugin-react-native" rev="5.0.2">
<artifact name="bugsnag-plugin-react-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bugsnag', module='bugsnag-plugin-react-native', version='5.0.2')
)
libraryDependencies += "com.bugsnag" % "bugsnag-plugin-react-native" % "5.0.2"
[com.bugsnag/bugsnag-plugin-react-native "5.0.2"]