Files download
File Operation
hoplite-yaml-2.8.0.RC3.jar download
hoplite-yaml-2.8.0.RC3.pom download
hoplite-yaml-2.8.0.RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.atombuilt</groupId>
  <artifactId>hoplite-yaml</artifactId>
  <version>2.8.0.RC3</version>
</dependency>
Gradle Groovy
implementation 'com.atombuilt:hoplite-yaml:2.8.0.RC3'
Gradle Kotlin
implementation("com.atombuilt:hoplite-yaml:2.8.0.RC3")
Scala SBT
libraryDependencies += "com.atombuilt" % "hoplite-yaml" % "2.8.0.RC3"
Groovy Grape
@Grapes(
  @Grab(group='com.atombuilt', module='hoplite-yaml', version='2.8.0.RC3')
)
Apache Ivy
<dependency org="com.atombuilt" name="hoplite-yaml" rev="2.8.0.RC3" />
Leiningen
[com.atombuilt/hoplite-yaml "2.8.0.RC3"]
Apache Buildr
'com.atombuilt:hoplite-yaml:jar:2.8.0.RC3'