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