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