| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcat.ereza |
| Идентификатор | Идентификаторlogcatreporter |
| Версия | Версия1.3.0 |
| Тип | Типaar |
| Описание |
ОписаниеLogcatReporter library
Android library that sends the Logcat log to Crashlytics when your app crashes.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| logcatreporter-1.3.0.pom | |
| logcatreporter-1.3.0.aar | 3 KB |
| logcatreporter-1.3.0-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cat.ereza/logcatreporter/ -->
<dependency>
<groupId>cat.ereza</groupId>
<artifactId>logcatreporter</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cat.ereza/logcatreporter/
implementation 'cat.ereza:logcatreporter:1.3.0'
// https://jarcasting.com/artifacts/cat.ereza/logcatreporter/
implementation ("cat.ereza:logcatreporter:1.3.0")
'cat.ereza:logcatreporter:aar:1.3.0'
<dependency org="cat.ereza" name="logcatreporter" rev="1.3.0">
<artifact name="logcatreporter" type="aar" />
</dependency>
@Grapes(
@Grab(group='cat.ereza', module='logcatreporter', version='1.3.0')
)
libraryDependencies += "cat.ereza" % "logcatreporter" % "1.3.0"
[cat.ereza/logcatreporter "1.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.annotation » annotation | jar | 1.1.0 |
| com.crashlytics.sdk.android » crashlytics | jar | 2.10.1 |