x

xpathqs-core

A library for building Xpath queries in an OOP style
https://xpathqs.org/
MIT License
Nikita A. Chegodaev
Files download
File Operation
xpathqs-core-0.0.6.jar download
xpathqs-core-0.0.6.pom download
xpathqs-core-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>xpathqs-core</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.xpathqs:xpathqs-core:0.0.6'
Gradle Kotlin
implementation("org.xpathqs:xpathqs-core:0.0.6")
Scala SBT
libraryDependencies += "org.xpathqs" % "xpathqs-core" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.xpathqs', module='xpathqs-core', version='0.0.6')
)
Apache Ivy
<dependency org="org.xpathqs" name="xpathqs-core" rev="0.0.6" />
Leiningen
[org.xpathqs/xpathqs-core "0.0.6"]
Apache Buildr
'org.xpathqs:xpathqs-core:jar:0.0.6'