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