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