MVN

id.luthfiswees : yaml-manipulator

Maven & Gradle

Jul 03, 2022
0 stars

YamlManipulator · Yaml Manipulator built on top of snakeyaml. Makes manipulating yaml easier

<dependency>
    <groupId>id.luthfiswees</groupId>
    <artifactId>yaml-manipulator</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of id.luthfiswees : yaml-manipulator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of id.luthfiswees : yaml-manipulator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
yaml-manipulator-0.0.7
yaml-manipulator-0.0.4
yaml-manipulator-0.0.3
yaml-manipulator-0.0.2
yaml-manipulator-0.0.1

How to add a dependency to Maven

Add the following id.luthfiswees : yaml-manipulator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>id.luthfiswees</groupId>
    <artifactId>yaml-manipulator</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following id.luthfiswees : yaml-manipulator gradle dependency to your build.gradle file:

implementation 'id.luthfiswees:yaml-manipulator:0.0.7'

Gradle Kotlin DSL: Add the following id.luthfiswees : yaml-manipulator gradle kotlin dependency to your build.gradle.kts file:

implementation("id.luthfiswees:yaml-manipulator:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following id.luthfiswees : yaml-manipulator sbt scala dependency to your build.sbt file:

libraryDependencies += "id.luthfiswees" % "yaml-manipulator" % "0.0.7"