GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdcql |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
cql-1.1.7.pom | |
cql-1.1.7.jar | 20 KB |
cql-1.1.7-sources.jar | 14 KB |
cql-1.1.7-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/cql/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>cql</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/cql/
implementation 'org.unlaxer:cql:1.1.7'
// https://jarcasting.com/artifacts/org.unlaxer/cql/
implementation ("org.unlaxer:cql:1.1.7")
'org.unlaxer:cql:jar:1.1.7'
<dependency org="org.unlaxer" name="cql" rev="1.1.7">
<artifact name="cql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='cql', version='1.1.7')
)
libraryDependencies += "org.unlaxer" % "cql" % "1.1.7"
[org.unlaxer/cql "1.1.7"]