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.1.jar download
core-0.1.1.pom download
core-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>core</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.xpathqs:core:0.1.1'
Gradle Kotlin
implementation("org.xpathqs:core:0.1.1")
Scala SBT
libraryDependencies += "org.xpathqs" % "core" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.xpathqs', module='core', version='0.1.1')
)
Apache Ivy
<dependency org="org.xpathqs" name="core" rev="0.1.1" />
Leiningen
[org.xpathqs/core "0.1.1"]
Apache Buildr
'org.xpathqs:core:jar:0.1.1'