Last Version

Logcat 0.1

A tiny Kotlin API for cheap logging on top of Android's normal Log class.

License

License

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.logcat
ArtifactId

ArtifactId

logcat
Version

Version

0.1
Type

Type

aar
Description

Description

Logcat
A tiny Kotlin API for cheap logging on top of Android's normal Log class.
Project URL

Project URL

https://github.com/square/logcat/
Source Code Management

Source Code Management

https://github.com/square/logcat/

Download logcat 0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

Project Modules

There are no modules declared in this project.