MVN

dev.akkinoc.util : yaml-resource-bundle

Maven & Gradle

Aug 27, 2023
49 stars

yaml-resource-bundle · Java ResourceBundle for YAML format.

<dependency>
    <groupId>dev.akkinoc.util</groupId>
    <artifactId>yaml-resource-bundle</artifactId>
    <version>2.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.akkinoc.util : yaml-resource-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.10.1

All Versions

Choose a version of dev.akkinoc.util : yaml-resource-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.10.x
yaml-resource-bundle-2.10.1
yaml-resource-bundle-2.10.0
2.9.x
yaml-resource-bundle-2.9.2
yaml-resource-bundle-2.9.1
yaml-resource-bundle-2.9.0
2.8.x
yaml-resource-bundle-2.8.2
yaml-resource-bundle-2.8.1
yaml-resource-bundle-2.8.0
2.7.x
yaml-resource-bundle-2.7.3
yaml-resource-bundle-2.7.2
yaml-resource-bundle-2.7.1
yaml-resource-bundle-2.7.0
2.6.x
yaml-resource-bundle-2.6.0
2.5.x
yaml-resource-bundle-2.5.0
2.4.x
yaml-resource-bundle-2.4.1
yaml-resource-bundle-2.4.0
2.3.x
yaml-resource-bundle-2.3.2
yaml-resource-bundle-2.3.1
yaml-resource-bundle-2.3.0
2.2.x
yaml-resource-bundle-2.2.0
2.1.x
yaml-resource-bundle-2.1.0
2.0.x
yaml-resource-bundle-2.0.3
yaml-resource-bundle-2.0.2
yaml-resource-bundle-2.0.1
yaml-resource-bundle-2.0.0

How to add a dependency to Maven

Add the following dev.akkinoc.util : yaml-resource-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.akkinoc.util</groupId>
    <artifactId>yaml-resource-bundle</artifactId>
    <version>2.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.akkinoc.util : yaml-resource-bundle gradle dependency to your build.gradle file:

implementation 'dev.akkinoc.util:yaml-resource-bundle:2.10.1'

Gradle Kotlin DSL: Add the following dev.akkinoc.util : yaml-resource-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.akkinoc.util:yaml-resource-bundle:2.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.akkinoc.util : yaml-resource-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.akkinoc.util" % "yaml-resource-bundle" % "2.10.1"