GroupId | GroupIdorg.xbib |
---|---|
ArtifactId | ArtifactIdcql-common |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
cql-common-1.2.0.pom | |
cql-common-1.2.0.jar | 52 KB |
cql-common-1.2.0-sources.jar | 35 KB |
cql-common-1.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/cql-common/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>cql-common</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/cql-common/
implementation 'org.xbib:cql-common:1.2.0'
// https://jarcasting.com/artifacts/org.xbib/cql-common/
implementation ("org.xbib:cql-common:1.2.0")
'org.xbib:cql-common:jar:1.2.0'
<dependency org="org.xbib" name="cql-common" rev="1.2.0">
<artifact name="cql-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='cql-common', version='1.2.0')
)
libraryDependencies += "org.xbib" % "cql-common" % "1.2.0"
[org.xbib/cql-common "1.2.0"]