k

kripton-dataformat-yaml

This is jar need to support YAML format.
文件下载
文件名 操作
kripton-dataformat-yaml-4.0.0-rc.1.jar 下载
kripton-dataformat-yaml-4.0.0-rc.1.pom 下载
kripton-dataformat-yaml-4.0.0-rc.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.abubusoft</groupId>
  <artifactId>kripton-dataformat-yaml</artifactId>
  <version>4.0.0-rc.1</version>
</dependency>
Gradle Groovy
implementation 'com.abubusoft:kripton-dataformat-yaml:4.0.0-rc.1'
Gradle Kotlin
implementation("com.abubusoft:kripton-dataformat-yaml:4.0.0-rc.1")
Scala SBT
libraryDependencies += "com.abubusoft" % "kripton-dataformat-yaml" % "4.0.0-rc.1"
Groovy Grape
@Grapes(
  @Grab(group='com.abubusoft', module='kripton-dataformat-yaml', version='4.0.0-rc.1')
)
Apache Ivy
<dependency org="com.abubusoft" name="kripton-dataformat-yaml" rev="4.0.0-rc.1" />
Leiningen
[com.abubusoft/kripton-dataformat-yaml "4.0.0-rc.1"]
Apache Buildr
'com.abubusoft:kripton-dataformat-yaml:jar:4.0.0-rc.1'