| License |
License |
|---|---|
| GroupId | GroupIdcat.ereza |
| ArtifactId | ArtifactIdlogcatreporter |
| Version | Version1.3.0 |
| Type | Typeaar |
| Description |
DescriptionLogcatReporter library
Android library that sends the Logcat log to Crashlytics when your app crashes.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logcatreporter-1.3.0.pom | |
| logcatreporter-1.3.0.aar | 3 KB |
| logcatreporter-1.3.0-sources.jar | 1 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.annotation » annotation | jar | 1.1.0 |
| com.crashlytics.sdk.android » crashlytics | jar | 2.10.1 |