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