| License |
License |
|---|---|
| GroupId | GroupIdcom.github.griddb |
| ArtifactId | ArtifactIdgridstore-jdbc |
| Version | Version4.6.0 |
| Type | Typejar |
| Description |
Descriptioncom.github.griddb:jdbc
JDBC Driver for GridDB CE
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gridstore-jdbc-4.6.0.pom | |
| gridstore-jdbc-4.6.0.jar | 323 KB |
| gridstore-jdbc-4.6.0-sources.jar | 170 KB |
| gridstore-jdbc-4.6.0-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.griddb/gridstore-jdbc/ -->
<dependency>
<groupId>com.github.griddb</groupId>
<artifactId>gridstore-jdbc</artifactId>
<version>4.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.griddb/gridstore-jdbc/
implementation 'com.github.griddb:gridstore-jdbc:4.6.0'
// https://jarcasting.com/artifacts/com.github.griddb/gridstore-jdbc/
implementation ("com.github.griddb:gridstore-jdbc:4.6.0")
'com.github.griddb:gridstore-jdbc:jar:4.6.0'
<dependency org="com.github.griddb" name="gridstore-jdbc" rev="4.6.0">
<artifact name="gridstore-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.griddb', module='gridstore-jdbc', version='4.6.0')
)
libraryDependencies += "com.github.griddb" % "gridstore-jdbc" % "4.6.0"
[com.github.griddb/gridstore-jdbc "4.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-jdk14 | jar | 1.7.7 |