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