MVN

com.gitlab.mvysny.konsume-xml : konsume-xml

Maven & Gradle

May 10, 2021
1 usages

Konsume-XML · Konsume-XML: A simple functional XML parser with no annotations

<dependency>
    <groupId>com.gitlab.mvysny.konsume-xml</groupId>
    <artifactId>konsume-xml</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.mvysny.konsume-xml : konsume-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.gitlab.mvysny.konsume-xml : konsume-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
konsume-xml-1.0
0.14
konsume-xml-0.14
0.13
konsume-xml-0.13
0.12
konsume-xml-0.12
0.11
konsume-xml-0.11
0.10
konsume-xml-0.10
0.9
konsume-xml-0.9
0.8
konsume-xml-0.8
0.7
konsume-xml-0.7
0.6
konsume-xml-0.6
0.5
konsume-xml-0.5
0.4
konsume-xml-0.4
0.3
konsume-xml-0.3
0.2
konsume-xml-0.2

How to add a dependency to Maven

Add the following com.gitlab.mvysny.konsume-xml : konsume-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.mvysny.konsume-xml</groupId>
    <artifactId>konsume-xml</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.mvysny.konsume-xml : konsume-xml gradle dependency to your build.gradle file:

implementation 'com.gitlab.mvysny.konsume-xml:konsume-xml:1.0'

Gradle Kotlin DSL: Add the following com.gitlab.mvysny.konsume-xml : konsume-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.mvysny.konsume-xml:konsume-xml:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.mvysny.konsume-xml : konsume-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.mvysny.konsume-xml" % "konsume-xml" % "1.0"

Advertisement