License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.squareup.logcat |
ArtifactId | ArtifactIdlogcat |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionLogcat
A tiny Kotlin API for cheap logging on top of Android's normal Log class.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logcat-0.1.pom | |
logcat-0.1.module | 2 KB |
logcat-0.1-sources.jar | 4 KB |
logcat-0.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |