is not current version
Last Version 0.0.10

com.github.luning-l:logcat 0.0.7

Android logcat

GroupId

GroupId

com.github.luning-l
ArtifactId

ArtifactId

logcat
Version

Version

0.0.7
Type

Type

aar

Download logcat 0.0.7


<!-- https://jarcasting.com/artifacts/com.github.luning-l/logcat/ -->
<dependency>
    <groupId>com.github.luning-l</groupId>
    <artifactId>logcat</artifactId>
    <version>0.0.7</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luning-l/logcat/
implementation 'com.github.luning-l:logcat:0.0.7'
// https://jarcasting.com/artifacts/com.github.luning-l/logcat/
implementation ("com.github.luning-l:logcat:0.0.7")
'com.github.luning-l:logcat:aar:0.0.7'
<dependency org="com.github.luning-l" name="logcat" rev="0.0.7">
  <artifact name="logcat" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.luning-l', module='logcat', version='0.0.7')
)
libraryDependencies += "com.github.luning-l" % "logcat" % "0.0.7"
[com.github.luning-l/logcat "0.0.7"]