MVN

io.takari.orchestra.plugins : yaml-format

Maven & Gradle

Nov 22, 2016
1 usages
<dependency>
    <groupId>io.takari.orchestra.plugins</groupId>
    <artifactId>yaml-format</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.takari.orchestra.plugins : yaml-format to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of io.takari.orchestra.plugins : yaml-format to add to Maven or Gradle - All Versions:

  • Version Updated
  • yaml-format-0.1.6

    Nov 22, 2016
  • yaml-format-0.1.5

    Oct 27, 2016
  • yaml-format-0.1.4

    Oct 26, 2016
  • yaml-format-0.1.3

    Oct 24, 2016
  • yaml-format-0.1.2

    Oct 24, 2016
  • yaml-format-0.1.1

    Sep 23, 2016
  • yaml-format-0.1.0

    Sep 21, 2016

How to add a dependency to Maven

Add the following io.takari.orchestra.plugins : yaml-format maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.takari.orchestra.plugins</groupId>
    <artifactId>yaml-format</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.takari.orchestra.plugins : yaml-format gradle dependency to your build.gradle file:

implementation 'io.takari.orchestra.plugins:yaml-format:0.1.6'

Gradle Kotlin DSL: Add the following io.takari.orchestra.plugins : yaml-format gradle kotlin dependency to your build.gradle.kts file:

implementation("io.takari.orchestra.plugins:yaml-format:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.takari.orchestra.plugins : yaml-format sbt scala dependency to your build.sbt file:

libraryDependencies += "io.takari.orchestra.plugins" % "yaml-format" % "0.1.6"