MVN

com.kasisoft.mgnl : light-yaml

Maven & Gradle

Dec 01, 2017
1 usages

Yaml Extensions for Magnolia CMS · Enhances extension capabilities of Yaml configuration files (~ to JCR 'extends' property), provides connection to the JCR config workspace and to all the registries as well

<dependency>
    <groupId>com.kasisoft.mgnl</groupId>
    <artifactId>light-yaml</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kasisoft.mgnl : light-yaml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.kasisoft.mgnl : light-yaml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
light-yaml-1.2

How to add a dependency to Maven

Add the following com.kasisoft.mgnl : light-yaml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kasisoft.mgnl</groupId>
    <artifactId>light-yaml</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kasisoft.mgnl : light-yaml gradle dependency to your build.gradle file:

implementation 'com.kasisoft.mgnl:light-yaml:1.2'

Gradle Kotlin DSL: Add the following com.kasisoft.mgnl : light-yaml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kasisoft.mgnl:light-yaml:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kasisoft.mgnl : light-yaml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kasisoft.mgnl" % "light-yaml" % "1.2"