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