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