MVN

org.tbee.xml2xxx : xml2yaml-application

Maven & Gradle

Dec 23, 2021
1 stars
<dependency>
    <groupId>org.tbee.xml2xxx</groupId>
    <artifactId>xml2yaml-application</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tbee.xml2xxx : xml2yaml-application to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.tbee.xml2xxx : xml2yaml-application to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
xml2yaml-application-1.3.0
1.2.x
xml2yaml-application-1.2.0
1.1.x
xml2yaml-application-1.1.0
1.0.x
xml2yaml-application-1.0.0
0.5.x
xml2yaml-application-0.5.0
0.4.x
xml2yaml-application-0.4.0
0.3.x
xml2yaml-application-0.3.0
0.2.x
xml2yaml-application-0.2.0
0.1.x
xml2yaml-application-0.1.0

How to add a dependency to Maven

Add the following org.tbee.xml2xxx : xml2yaml-application maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tbee.xml2xxx</groupId>
    <artifactId>xml2yaml-application</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tbee.xml2xxx : xml2yaml-application gradle dependency to your build.gradle file:

implementation 'org.tbee.xml2xxx:xml2yaml-application:1.3.0'

Gradle Kotlin DSL: Add the following org.tbee.xml2xxx : xml2yaml-application gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tbee.xml2xxx:xml2yaml-application:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tbee.xml2xxx : xml2yaml-application sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tbee.xml2xxx" % "xml2yaml-application" % "1.3.0"