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