License |
License |
---|---|
GroupId | GroupIdeu.cdevreeze.xpathparser |
ArtifactId | ArtifactIdxpathparser_2.12 |
Version | Version0.6.1 |
Type | Typejar |
Description |
Descriptionxpathparser
XPath parser and XPath AST API
|
Project URL |
Project URL |
Project Organization |
Project Organizationeu.cdevreeze.xpathparser |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xpathparser_2.12-0.6.1.pom | |
xpathparser_2.12-0.6.1.jar | 1015 KB |
xpathparser_2.12-0.6.1-sources.jar | 39 KB |
xpathparser_2.12-0.6.1-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cdevreeze.xpathparser/xpathparser_2.12/ -->
<dependency>
<groupId>eu.cdevreeze.xpathparser</groupId>
<artifactId>xpathparser_2.12</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cdevreeze.xpathparser/xpathparser_2.12/
implementation 'eu.cdevreeze.xpathparser:xpathparser_2.12:0.6.1'
// https://jarcasting.com/artifacts/eu.cdevreeze.xpathparser/xpathparser_2.12/
implementation ("eu.cdevreeze.xpathparser:xpathparser_2.12:0.6.1")
'eu.cdevreeze.xpathparser:xpathparser_2.12:jar:0.6.1'
<dependency org="eu.cdevreeze.xpathparser" name="xpathparser_2.12" rev="0.6.1">
<artifact name="xpathparser_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cdevreeze.xpathparser', module='xpathparser_2.12', version='0.6.1')
)
libraryDependencies += "eu.cdevreeze.xpathparser" % "xpathparser_2.12" % "0.6.1"
[eu.cdevreeze.xpathparser/xpathparser_2.12 "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.10 |
com.lihaoyi : fastparse_2.12 | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.1.1 |