/metrics

Primary LanguageKotlin

Metrics

Simple metrics library that can be used with different providers

Version

Add maven to repositories

repositories {
    mavenCentral()
    jcenter()
    maven(uri("https://mvn.mckernant1.com/release"))
}

Add dependency on esports-api

implementation("com.mckernant1.common:metrics:0.0.8")