Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.microsoft.appcenter |
ArtifactId | ArtifactIdappcenter-crashes |
Version | Version3.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
appcenter-crashes-3.0.0.pom | |
appcenter-crashes-3.0.0.aar | 64 KB |
appcenter-crashes-3.0.0-sources.jar | 37 KB |
appcenter-crashes-3.0.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-crashes/ -->
<dependency>
<groupId>com.microsoft.appcenter</groupId>
<artifactId>appcenter-crashes</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-crashes/
implementation 'com.microsoft.appcenter:appcenter-crashes:3.0.0'
// https://jarcasting.com/artifacts/com.microsoft.appcenter/appcenter-crashes/
implementation ("com.microsoft.appcenter:appcenter-crashes:3.0.0")
'com.microsoft.appcenter:appcenter-crashes:aar:3.0.0'
<dependency org="com.microsoft.appcenter" name="appcenter-crashes" rev="3.0.0">
<artifact name="appcenter-crashes" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.appcenter', module='appcenter-crashes', version='3.0.0')
)
libraryDependencies += "com.microsoft.appcenter" % "appcenter-crashes" % "3.0.0"
[com.microsoft.appcenter/appcenter-crashes "3.0.0"]