Files download
File Operation
get-stat-string-1.0.6.pom download
get-stat-string-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.alexeyike</groupId>
  <artifactId>get-stat-string</artifactId>
  <version>1.0.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.alexeyike:get-stat-string:1.0.6'
Gradle Kotlin
implementation("io.github.alexeyike:get-stat-string:1.0.6")
Scala SBT
libraryDependencies += "io.github.alexeyike" % "get-stat-string" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.alexeyike', module='get-stat-string', version='1.0.6')
)
Apache Ivy
<dependency org="io.github.alexeyike" name="get-stat-string" rev="1.0.6" />
Leiningen
[io.github.alexeyike/get-stat-string "1.0.6"]
Apache Buildr
'io.github.alexeyike:get-stat-string:jar:1.0.6'