x

xml-helper

A set of tools slightly simplifying the use of org.w3c.dom.Document and XPath expressions.
http://dmerkushov.ru
The Apache Software License, Version 2.0
Dmitriy Merkushov
Files download
File Operation
xml-helper-1.5.0.jar download
xml-helper-1.5.0.pom download
xml-helper-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.dmerkushov</groupId>
  <artifactId>xml-helper</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'ru.dmerkushov:xml-helper:1.5.0'
Gradle Kotlin
implementation("ru.dmerkushov:xml-helper:1.5.0")
Scala SBT
libraryDependencies += "ru.dmerkushov" % "xml-helper" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='ru.dmerkushov', module='xml-helper', version='1.5.0')
)
Apache Ivy
<dependency org="ru.dmerkushov" name="xml-helper" rev="1.5.0" />
Leiningen
[ru.dmerkushov/xml-helper "1.5.0"]
Apache Buildr
'ru.dmerkushov:xml-helper:jar:1.5.0'