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