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