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