Categories |
CategorieseXist Data Databases |
---|---|
GroupId | GroupIdorg.humanistika.exist.module |
ArtifactId | ArtifactIdcql-module |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
cql-module-1.0.pom | |
cql-module-1.0.jar | 18 KB |
cql-module-1.0-sources.jar | 6 KB |
cql-module-1.0-javadoc.jar | 37 KB |
cql-module-1.0-exist.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.humanistika.exist.module/cql-module/ -->
<dependency>
<groupId>org.humanistika.exist.module</groupId>
<artifactId>cql-module</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.humanistika.exist.module/cql-module/
implementation 'org.humanistika.exist.module:cql-module:1.0'
// https://jarcasting.com/artifacts/org.humanistika.exist.module/cql-module/
implementation ("org.humanistika.exist.module:cql-module:1.0")
'org.humanistika.exist.module:cql-module:jar:1.0'
<dependency org="org.humanistika.exist.module" name="cql-module" rev="1.0">
<artifact name="cql-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.humanistika.exist.module', module='cql-module', version='1.0')
)
libraryDependencies += "org.humanistika.exist.module" % "cql-module" % "1.0"
[org.humanistika.exist.module/cql-module "1.0"]