GroupId | GroupIdio.stargate.cql |
---|---|
ArtifactId | ArtifactIdcql |
Version | Version0.0.22 |
Type | Typejar |
Filename | Size |
---|---|
cql-0.0.22.pom | |
cql-0.0.22.jar | 47 MB |
cql-0.0.22-sources.jar | 96 KB |
cql-0.0.22-javadoc.jar | 496 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.stargate.cql/cql/ -->
<dependency>
<groupId>io.stargate.cql</groupId>
<artifactId>cql</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.cql/cql/
implementation 'io.stargate.cql:cql:0.0.22'
// https://jarcasting.com/artifacts/io.stargate.cql/cql/
implementation ("io.stargate.cql:cql:0.0.22")
'io.stargate.cql:cql:jar:0.0.22'
<dependency org="io.stargate.cql" name="cql" rev="0.0.22">
<artifact name="cql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.cql', module='cql', version='0.0.22')
)
libraryDependencies += "io.stargate.cql" % "cql" % "0.0.22"
[io.stargate.cql/cql "0.0.22"]