| License |
License |
|---|---|
| GroupId | GroupIdorg.exquery |
| ArtifactId | ArtifactIdexquery-xquery |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEXQuery XQuery 1.0 abstractions
EXQuery abstractions for XQuery 1.0
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| exquery-xquery-0.2.1.pom | |
| exquery-xquery-0.2.1.jar | 14 KB |
| exquery-xquery-0.2.1-sources.jar | 21 KB |
| exquery-xquery-0.2.1-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.exquery/exquery-xquery/ -->
<dependency>
<groupId>org.exquery</groupId>
<artifactId>exquery-xquery</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.exquery/exquery-xquery/
implementation 'org.exquery:exquery-xquery:0.2.1'
// https://jarcasting.com/artifacts/org.exquery/exquery-xquery/
implementation ("org.exquery:exquery-xquery:0.2.1")
'org.exquery:exquery-xquery:jar:0.2.1'
<dependency org="org.exquery" name="exquery-xquery" rev="0.2.1">
<artifact name="exquery-xquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exquery', module='exquery-xquery', version='0.2.1')
)
libraryDependencies += "org.exquery" % "exquery-xquery" % "0.2.1"
[org.exquery/exquery-xquery "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.exquery : exquery-common | jar | 0.2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |