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