License |
License |
---|---|
Categories |
CategoriesJava Languages Ant Build Tools |
GroupId | GroupIdio.covenantsql |
ArtifactId | ArtifactIdcql-java-driver |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncql-java-driver
CovenantSQL 数据库 Java Driver
|
Project URL |
Project URL |
Filename | Size |
---|---|
cql-java-driver-1.0.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.covenantsql/cql-java-driver/ -->
<dependency>
<groupId>io.covenantsql</groupId>
<artifactId>cql-java-driver</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.covenantsql/cql-java-driver/
implementation 'io.covenantsql:cql-java-driver:1.0.3'
// https://jarcasting.com/artifacts/io.covenantsql/cql-java-driver/
implementation ("io.covenantsql:cql-java-driver:1.0.3")
'io.covenantsql:cql-java-driver:pom:1.0.3'
<dependency org="io.covenantsql" name="cql-java-driver" rev="1.0.3">
<artifact name="cql-java-driver" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.covenantsql', module='cql-java-driver', version='1.0.3')
)
libraryDependencies += "io.covenantsql" % "cql-java-driver" % "1.0.3"
[io.covenantsql/cql-java-driver "1.0.3"]