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