MVN

com.amihaiemil.web : eo-yaml

Maven & Gradle

Mar 05, 2023
13 usages
217 stars

eo-yaml · YAML for Java 8 and above. Very similar to the JSON-P api.

<dependency>
    <groupId>com.amihaiemil.web</groupId>
    <artifactId>eo-yaml</artifactId>
    <version>7.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amihaiemil.web : eo-yaml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.5

All Versions

Choose a version of com.amihaiemil.web : eo-yaml to add to Maven or Gradle - All Versions:

  • Version Updated
  • eo-yaml-7.0.5

    Mar 05, 2023
  • eo-yaml-7.0.4

    Feb 06, 2023
  • eo-yaml-7.0.3

    Feb 06, 2023
  • eo-yaml-7.0.2

    Feb 06, 2023
  • eo-yaml-7.0.1

    Nov 29, 2022
  • eo-yaml-7.0.0

    Nov 26, 2022
  • eo-yaml-6.1.3

    Nov 21, 2022
  • eo-yaml-6.1.2

    Nov 14, 2022
  • eo-yaml-6.1.1

    Oct 29, 2022
  • eo-yaml-6.1.0

    Aug 27, 2022
  • eo-yaml-6.0.3

    Aug 18, 2022
  • eo-yaml-6.0.2

    Aug 07, 2022
  • eo-yaml-6.0.1

    Jan 18, 2022
  • eo-yaml-6.0.0

    Oct 16, 2021
  • eo-yaml-5.2.3

    Sep 12, 2021
  • eo-yaml-5.2.2

    Aug 26, 2021
  • eo-yaml-5.2.1

    Jun 07, 2021
  • eo-yaml-5.2.0

    May 21, 2021
  • eo-yaml-5.1.9

    Feb 14, 2021
  • eo-yaml-5.1.8

    Feb 07, 2021
  • eo-yaml-5.1.7

    Dec 04, 2020
  • eo-yaml-5.1.6

    Sep 11, 2020
  • eo-yaml-5.1.5

    Jul 24, 2020
  • eo-yaml-5.1.4

    Jul 14, 2020
  • eo-yaml-5.1.3

    Jun 30, 2020
  • eo-yaml-5.1.2

    Jun 28, 2020
  • eo-yaml-5.1.1

    Jun 26, 2020
  • eo-yaml-5.1.0

    Jun 18, 2020
  • eo-yaml-5.0.3

    Jun 17, 2020
  • eo-yaml-5.0.2

    Jun 13, 2020
  • eo-yaml-5.0.1

    Jun 12, 2020
  • eo-yaml-5.0.0

    Jun 12, 2020
  • eo-yaml-4.3.5

    May 04, 2020
  • eo-yaml-4.3.4

    Apr 29, 2020
  • eo-yaml-4.3.3

    Apr 14, 2020
  • eo-yaml-4.3.2

    Apr 12, 2020
  • eo-yaml-4.3.1

    Apr 12, 2020
  • eo-yaml-4.3.0

    Apr 09, 2020
  • eo-yaml-4.2.0

    Apr 08, 2020
  • eo-yaml-4.1.0

    Mar 30, 2020
  • eo-yaml-4.0.1

    Mar 29, 2020
  • eo-yaml-4.0.0

    Mar 29, 2020
  • eo-yaml-3.1.4

    Mar 23, 2020
  • eo-yaml-3.1.3

    Mar 22, 2020
  • eo-yaml-3.1.2

    Mar 17, 2020
  • eo-yaml-3.1.1

    Mar 13, 2020
  • eo-yaml-3.1.0

    Mar 11, 2020
  • eo-yaml-3.0.1

    Mar 06, 2020
  • eo-yaml-3.0.0

    Mar 05, 2020
  • eo-yaml-2.0.1

    Sep 20, 2018
  • eo-yaml-2.0.0

    Sep 12, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>com.amihaiemil.web</groupId>
    <artifactId>eo-yaml</artifactId>
    <version>7.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amihaiemil.web : eo-yaml gradle dependency to your build.gradle file:

implementation 'com.amihaiemil.web:eo-yaml:7.0.5'

Gradle Kotlin DSL: Add the following com.amihaiemil.web : eo-yaml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amihaiemil.web:eo-yaml:7.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amihaiemil.web : eo-yaml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amihaiemil.web" % "eo-yaml" % "7.0.5"