Files download
File Operation
kong-config-2.0-RELEASE.jar download
kong-config-2.0-RELEASE.pom download
kong-config-2.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jeecf</groupId>
  <artifactId>kong-config</artifactId>
  <version>2.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.jeecf:kong-config:2.0-RELEASE'
Gradle Kotlin
implementation("org.jeecf:kong-config:2.0-RELEASE")
Scala SBT
libraryDependencies += "org.jeecf" % "kong-config" % "2.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.jeecf', module='kong-config', version='2.0-RELEASE')
)
Apache Ivy
<dependency org="org.jeecf" name="kong-config" rev="2.0-RELEASE" />
Leiningen
[org.jeecf/kong-config "2.0-RELEASE"]
Apache Buildr
'org.jeecf:kong-config:jar:2.0-RELEASE'