License |
License |
---|---|
Categories |
CategoriesiText Business Logic Libraries Documents Processing iText Data PDF |
GroupId | GroupIdorg.sweble.wikitext |
ArtifactId | ArtifactIdswc-example-xpath |
Last Version | Last Version3.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSWC - XPath Example
An example project that contains a simple application that is able to parse
a page written in Wikitext and perform an XPath query on that document.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
swc-example-xpath-3.1.9.pom | |
swc-example-xpath-3.1.9.jar | 7 KB |
swc-example-xpath-3.1.9-sources.jar | 3 KB |
swc-example-xpath-3.1.9-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sweble.wikitext/swc-example-xpath/ -->
<dependency>
<groupId>org.sweble.wikitext</groupId>
<artifactId>swc-example-xpath</artifactId>
<version>3.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.sweble.wikitext/swc-example-xpath/
implementation 'org.sweble.wikitext:swc-example-xpath:3.1.9'
// https://jarcasting.com/artifacts/org.sweble.wikitext/swc-example-xpath/
implementation ("org.sweble.wikitext:swc-example-xpath:3.1.9")
'org.sweble.wikitext:swc-example-xpath:jar:3.1.9'
<dependency org="org.sweble.wikitext" name="swc-example-xpath" rev="3.1.9">
<artifact name="swc-example-xpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sweble.wikitext', module='swc-example-xpath', version='3.1.9')
)
libraryDependencies += "org.sweble.wikitext" % "swc-example-xpath" % "3.1.9"
[org.sweble.wikitext/swc-example-xpath "3.1.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.4 |
commons-jxpath : commons-jxpath | jar | 1.3 |
de.fau.cs.osr.utils : utils | jar | 3.0.8 |
org.sweble.wikitext : swc-parser-lazy | jar | 3.1.9 |
org.sweble.wikitext : swc-engine | jar | 3.1.9 |
de.fau.cs.osr.ptk : ptk-xpath | jar | 3.0.8 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |