x

xpathqs-core

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