MVN

net.avcompris.commons : avc-commons3-yaml

Maven & Gradle

Jul 08, 2023
3 usages

avc-commons3-yaml · Tools for YAML parsing.

<dependency>
    <groupId>net.avcompris.commons</groupId>
    <artifactId>avc-commons3-yaml</artifactId>
    <version>0.6.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.avcompris.commons : avc-commons3-yaml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.8

All Versions

Choose a version of net.avcompris.commons : avc-commons3-yaml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
avc-commons3-yaml-0.6.8
avc-commons3-yaml-0.6.7
avc-commons3-yaml-0.6.4
0.0.x
avc-commons3-yaml-0.0.5
avc-commons3-yaml-0.0.2

How to add a dependency to Maven

Add the following net.avcompris.commons : avc-commons3-yaml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.avcompris.commons</groupId>
    <artifactId>avc-commons3-yaml</artifactId>
    <version>0.6.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.avcompris.commons : avc-commons3-yaml gradle dependency to your build.gradle file:

implementation 'net.avcompris.commons:avc-commons3-yaml:0.6.8'

Gradle Kotlin DSL: Add the following net.avcompris.commons : avc-commons3-yaml gradle kotlin dependency to your build.gradle.kts file:

implementation("net.avcompris.commons:avc-commons3-yaml:0.6.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.avcompris.commons : avc-commons3-yaml sbt scala dependency to your build.sbt file:

libraryDependencies += "net.avcompris.commons" % "avc-commons3-yaml" % "0.6.8"

Advertisement