MVN

org.metafacture : metafacture-yaml

Maven & Gradle

Jun 06, 2023
67 stars

Metafacture YAML · Modules for processing YAML data in Metafacture

<dependency>
    <groupId>org.metafacture</groupId>
    <artifactId>metafacture-yaml</artifactId>
    <version>5.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.metafacture : metafacture-yaml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.0

All Versions

Choose a version of org.metafacture : metafacture-yaml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
metafacture-yaml-5.6.0
5.5.x
metafacture-yaml-5.5.0
5.4.x
metafacture-yaml-5.4.0
5.3.x
metafacture-yaml-5.3.2
metafacture-yaml-5.3.1
metafacture-yaml-5.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.metafacture</groupId>
    <artifactId>metafacture-yaml</artifactId>
    <version>5.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.metafacture : metafacture-yaml gradle dependency to your build.gradle file:

implementation 'org.metafacture:metafacture-yaml:5.6.0'

Gradle Kotlin DSL: Add the following org.metafacture : metafacture-yaml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.metafacture:metafacture-yaml:5.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.metafacture : metafacture-yaml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.metafacture" % "metafacture-yaml" % "5.6.0"