crate-jdbc-standalone
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.crate</groupId> <artifactId>crate-jdbc-standalone</artifactId> <version>2.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.crate</groupId> <artifactId>crate-jdbc-standalone</artifactId> <version>2.7.0</version> <name>crate-jdbc-standalone</name> <description>Crate.IO JDBC Driver (Standalone)</description> <url>https://crate.io</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/license/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>crate</id> <name>Crate Developers</name> <email>office@crate.io</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/crate/crate-jdbc.git</connection> <developerConnection>scm:git:ssh:git@github.com:crate/crate-jdbc.git</developerConnection> <url>https://github.com/crate/crate-jdbc</url> </scm> </project>