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