License |
License |
---|---|
GroupId | GroupIdorg.tbag |
ArtifactId | ArtifactIdxpather |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionxpather
Xpather is a simple DSL for generating xpath expressions, including specific support for creating xpath
expression for xHtml
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xpather-1.1.pom | |
xpather-1.1.jar | 11 KB |
xpather-1.1-sources.jar | 7 KB |
xpather-1.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tbag/xpather/ -->
<dependency>
<groupId>org.tbag</groupId>
<artifactId>xpather</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tbag/xpather/
implementation 'org.tbag:xpather:1.1'
// https://jarcasting.com/artifacts/org.tbag/xpather/
implementation ("org.tbag:xpather:1.1")
'org.tbag:xpather:jar:1.1'
<dependency org="org.tbag" name="xpather" rev="1.1">
<artifact name="xpather" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tbag', module='xpather', version='1.1')
)
libraryDependencies += "org.tbag" % "xpather" % "1.1"
[org.tbag/xpather "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
jtidy : jtidy | jar | 4aug2000r7-dev |