p

polyglot-xml

Files download
File Operation
polyglot-xml-0.7.0.jar download
polyglot-xml-0.7.0.pom download
polyglot-xml-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.takari.polyglot</groupId>
  <artifactId>polyglot-xml</artifactId>
  <version>0.7.0</version>
  <type>takari-maven-component</type>
</dependency>
Gradle Groovy
implementation 'io.takari.polyglot:polyglot-xml:0.7.0'
Gradle Kotlin
implementation("io.takari.polyglot:polyglot-xml:0.7.0")
Scala SBT
libraryDependencies += "io.takari.polyglot" % "polyglot-xml" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.takari.polyglot', module='polyglot-xml', version='0.7.0')
)
Apache Ivy
<dependency org="io.takari.polyglot" name="polyglot-xml" rev="0.7.0" />
Leiningen
[io.takari.polyglot/polyglot-xml "0.7.0"]
Apache Buildr
'io.takari.polyglot:polyglot-xml:jar:0.7.0'