| Лицензия |
Лицензия
The Bugly Software License, Version 1.0
|
|---|---|
| Категории |
КатегорииCRaSH Универсальные библиотеки Utility |
| Группа | Группаcom.tencent.bugly |
| Идентификатор | Идентификаторcrashreport |
| Последняя версия | Последняя версия4.0.4 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеCrash report Library for Android
bugly
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| crashreport-4.0.4.pom | |
| crashreport-4.0.4.aar | 457 KB |
| crashreport-4.0.4-sources.jar | 205 KB |
| crashreport-4.0.4-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/ -->
<dependency>
<groupId>com.tencent.bugly</groupId>
<artifactId>crashreport</artifactId>
<version>4.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/
implementation 'com.tencent.bugly:crashreport:4.0.4'
// https://jarcasting.com/artifacts/com.tencent.bugly/crashreport/
implementation ("com.tencent.bugly:crashreport:4.0.4")
'com.tencent.bugly:crashreport:aar:4.0.4'
<dependency org="com.tencent.bugly" name="crashreport" rev="4.0.4">
<artifact name="crashreport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.bugly', module='crashreport', version='4.0.4')
)
libraryDependencies += "com.tencent.bugly" % "crashreport" % "4.0.4"
[com.tencent.bugly/crashreport "4.0.4"]