Skip to content

KoosSA/Logger

Repository files navigation

Actions Status GitHub release (latest by date)

Logger Library Readme

Using:

Gradle:
Add the following to your build.gradle file.
Exchange the ?.?.? for the vertion you want to use.

project.ext {
version = "?.?.?" }
}
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile "com.github.KoosSA:Logger:${version}"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages