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