hvlog

A simple light-weight logger for Android

License

License

GroupId

GroupId

io.github.kaustubhpatange
ArtifactId

ArtifactId

hvlog
Last Version

Last Version

0.1-alpha06
Release Date

Release Date

Type

Type

aar
Description

Description

hvlog
A simple light-weight logger for Android

Download hvlog

How to add to project

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

Dependencies

runtime (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.4.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.0
androidx.core » core-ktx jar 1.3.1
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.3.9

Project Modules

There are no modules declared in this project.

Versions

Version
0.1-alpha06
0.1-alpha05
0.1-alpha04
0.1-alpha03
0.1-alpha02
0.1-alpha01