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