c

core

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