MVN

ru.maksimvoloshin.utility : yaml-resource-bundle

Maven & Gradle

Jun 10, 2022
5 stars

Yaml Resource Bundle Library · Use yaml files for bundle and message source

<dependency>
    <groupId>ru.maksimvoloshin.utility</groupId>
    <artifactId>yaml-resource-bundle</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.maksimvoloshin.utility : yaml-resource-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of ru.maksimvoloshin.utility : yaml-resource-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
yaml-resource-bundle-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.maksimvoloshin.utility</groupId>
    <artifactId>yaml-resource-bundle</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.maksimvoloshin.utility : yaml-resource-bundle gradle dependency to your build.gradle file:

implementation 'ru.maksimvoloshin.utility:yaml-resource-bundle:0.1'

Gradle Kotlin DSL: Add the following ru.maksimvoloshin.utility : yaml-resource-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.maksimvoloshin.utility:yaml-resource-bundle:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.maksimvoloshin.utility : yaml-resource-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.maksimvoloshin.utility" % "yaml-resource-bundle" % "0.1"