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