| Категории |
КатегорииCRaSH Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.tencent.bugly |
| Идентификатор | Идентификаторcrashreport |
| Версия | Версия3.1.8 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| crashreport-3.1.8.pom | |
| crashreport-3.1.8-sources.jar | 701 bytes |
| crashreport-3.1.8-so-symbols.jar | 261 bytes |
| crashreport-3.1.8-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/ -->
<dependency>
<groupId>com.tencent.bugly</groupId>
<artifactId>crashreport</artifactId>
<version>3.1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/
implementation 'com.tencent.bugly:crashreport:3.1.8'
// https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/
implementation ("com.tencent.bugly:crashreport:3.1.8")
'com.tencent.bugly:crashreport:aar:3.1.8'
<dependency org="com.tencent.bugly" name="crashreport" rev="3.1.8">
<artifact name="crashreport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bugly', module='crashreport', version='3.1.8')
)
libraryDependencies += "com.tencent.bugly" % "crashreport" % "3.1.8"
[com.tencent.bugly/crashreport "3.1.8"]