License |
License |
---|---|
GroupId | GroupIdorg.exquery |
ArtifactId | ArtifactIdexquery-parent |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEXQuery Parent POM
The base POM for all EXQuery modules.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
exquery-parent-0.2.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exquery/exquery-parent/ -->
<dependency>
<groupId>org.exquery</groupId>
<artifactId>exquery-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exquery/exquery-parent/
implementation 'org.exquery:exquery-parent:0.2.1'
// https://jarcasting.com/artifacts/org.exquery/exquery-parent/
implementation ("org.exquery:exquery-parent:0.2.1")
'org.exquery:exquery-parent:pom:0.2.1'
<dependency org="org.exquery" name="exquery-parent" rev="0.2.1">
<artifact name="exquery-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exquery', module='exquery-parent', version='0.2.1')
)
libraryDependencies += "org.exquery" % "exquery-parent" % "0.2.1"
[org.exquery/exquery-parent "0.2.1"]