is not current version
Last Version 0.2.0-alpha6

org.clojure:data.xml 0.0.6

Functions to parse XML into lazy sequences and lazy trees and emit these as text

Categories

Categories

Clojure Languages Data
GroupId

GroupId

org.clojure
ArtifactId

ArtifactId

data.xml
Version

Version

0.0.6
Type

Type

jar

Download data.xml 0.0.6


<!-- https://jarcasting.com/artifacts/org.clojure/data.xml/ -->
<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>data.xml</artifactId>
    <version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/data.xml/
implementation 'org.clojure:data.xml:0.0.6'
// https://jarcasting.com/artifacts/org.clojure/data.xml/
implementation ("org.clojure:data.xml:0.0.6")
'org.clojure:data.xml:jar:0.0.6'
<dependency org="org.clojure" name="data.xml" rev="0.0.6">
  <artifact name="data.xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='data.xml', version='0.0.6')
)
libraryDependencies += "org.clojure" % "data.xml" % "0.0.6"
[org.clojure/data.xml "0.0.6"]