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