c

cfg4k-yaml

Cfg4k is a configuration library made for Kotlin in Kotlin!
https://github.com/rocketraman/cfg4k
The Apache License, Version 2.0
Javier Diaz Raman Gupta
文件下载
文件名 操作
cfg4k-yaml-0.9.5.jar 下载
cfg4k-yaml-0.9.5.pom 下载
cfg4k-yaml-0.9.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.rocketraman.cfg4k</groupId>
  <artifactId>cfg4k-yaml</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.rocketraman.cfg4k:cfg4k-yaml:0.9.5'
Gradle Kotlin
implementation("com.github.rocketraman.cfg4k:cfg4k-yaml:0.9.5")
Scala SBT
libraryDependencies += "com.github.rocketraman.cfg4k" % "cfg4k-yaml" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rocketraman.cfg4k', module='cfg4k-yaml', version='0.9.5')
)
Apache Ivy
<dependency org="com.github.rocketraman.cfg4k" name="cfg4k-yaml" rev="0.9.5" />
Leiningen
[com.github.rocketraman.cfg4k/cfg4k-yaml "0.9.5"]
Apache Buildr
'com.github.rocketraman.cfg4k:cfg4k-yaml:jar:0.9.5'