MVN

org.clojure : data.xml

Maven & Gradle

Sep 16, 2022
6 usages
216 stars

data.xml · Functions to parse XML into lazy sequences and lazy trees and emit these as text

<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>data.xml</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.clojure : data.xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8
  • Latest Beta: 0.1.0-beta3
  • Latest Alpha: 0.2.0-alpha8

All Versions

Choose a version of org.clojure : data.xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
data.xml-0.2.0-alpha8
data.xml-0.2.0-alpha7
data.xml-0.2.0-alpha6
data.xml-0.2.0-alpha5
data.xml-0.2.0-alpha4
data.xml-0.2.0-alpha3
data.xml-0.2.0-alpha2
data.xml-0.2.0-alpha1
0.1.x
data.xml-0.1.0-beta3
data.xml-0.1.0-beta2
data.xml-0.1.0-beta1
0.0.x
data.xml-0.0.8
data.xml-0.0.7
data.xml-0.0.6
data.xml-0.0.5
data.xml-0.0.4
data.xml-0.0.3

How to add a dependency to Maven

Add the following org.clojure : data.xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>data.xml</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.clojure : data.xml gradle dependency to your build.gradle file:

implementation 'org.clojure:data.xml:0.0.8'

Gradle Kotlin DSL: Add the following org.clojure : data.xml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.clojure:data.xml:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.clojure : data.xml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.clojure" % "data.xml" % "0.0.8"

Advertisement

Dependencies from Group

Jun 28, 2023
437 usages
10k stars
Apr 03, 2017
78 usages
664 stars
Jan 04, 2022
77 usages
385 stars
Aug 09, 2023
36 usages
1.9k stars
Jun 23, 2022
32 usages
9.2k stars

Discover Dependencies

Jul 23, 2021
4 usages
165 stars
Dec 02, 2016
9 stars
Mar 07, 2017
4 usages
4 stars
Nov 17, 2016
5 stars