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