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