License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdorg.exquery |
ArtifactId | ArtifactIdexquery-distribution |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEXQuery Distribution POM
Module for building an EXQuery distribution
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
exquery-distribution-0.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.exquery/exquery-distribution/ -->
<dependency>
<groupId>org.exquery</groupId>
<artifactId>exquery-distribution</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.exquery/exquery-distribution/
implementation 'org.exquery:exquery-distribution:0.2.1'
// https://jarcasting.com/artifacts/org.exquery/exquery-distribution/
implementation ("org.exquery:exquery-distribution:0.2.1")
'org.exquery:exquery-distribution:pom:0.2.1'
<dependency org="org.exquery" name="exquery-distribution" rev="0.2.1">
<artifact name="exquery-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.exquery', module='exquery-distribution', version='0.2.1')
)
libraryDependencies += "org.exquery" % "exquery-distribution" % "0.2.1"
[org.exquery/exquery-distribution "0.2.1"]