l

lodsve-config

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