License |
License |
---|---|
GroupId | GroupIdcom.github.ajalt |
ArtifactId | ArtifactIdtimberkt |
Version | Version1.5.1 |
Type | Typeaar |
Description |
Descriptiontimberkt
Easy Android logging with Kotlin and Timber
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
timberkt-1.5.1.pom | |
timberkt-1.5.1.aar | 5 KB |
timberkt-1.5.1-sources.jar | 1 KB |
timberkt-1.5.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajalt/timberkt/ -->
<dependency>
<groupId>com.github.ajalt</groupId>
<artifactId>timberkt</artifactId>
<version>1.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt/timberkt/
implementation 'com.github.ajalt:timberkt:1.5.1'
// https://jarcasting.com/artifacts/com.github.ajalt/timberkt/
implementation ("com.github.ajalt:timberkt:1.5.1")
'com.github.ajalt:timberkt:aar:1.5.1'
<dependency org="com.github.ajalt" name="timberkt" rev="1.5.1">
<artifact name="timberkt" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt', module='timberkt', version='1.5.1')
)
libraryDependencies += "com.github.ajalt" % "timberkt" % "1.5.1"
[com.github.ajalt/timberkt "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.50 |
com.jakewharton.timber : timber | jar | 4.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.nhaarman : mockito-kotlin | jar | 1.5.0 |
org.assertj : assertj-core | jar | 3.9.1 |
org.robolectric : robolectric | jar | 3.8 |