| GroupId | GroupIdcom.github.griddb |
|---|---|
| ArtifactId | ArtifactIdgridstore-jdbc |
| Version | Version4.5.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gridstore-jdbc-4.5.0.1.pom | |
| gridstore-jdbc-4.5.0.1.jar | 323 KB |
| gridstore-jdbc-4.5.0.1-sources.jar | 170 KB |
| gridstore-jdbc-4.5.0.1-javadoc.jar | 135 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.griddb/gridstore-jdbc/ -->
<dependency>
<groupId>com.github.griddb</groupId>
<artifactId>gridstore-jdbc</artifactId>
<version>4.5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.griddb/gridstore-jdbc/
implementation 'com.github.griddb:gridstore-jdbc:4.5.0.1'
// https://jarcasting.com/artifacts/com.github.griddb/gridstore-jdbc/
implementation ("com.github.griddb:gridstore-jdbc:4.5.0.1")
'com.github.griddb:gridstore-jdbc:jar:4.5.0.1'
<dependency org="com.github.griddb" name="gridstore-jdbc" rev="4.5.0.1">
<artifact name="gridstore-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.griddb', module='gridstore-jdbc', version='4.5.0.1')
)
libraryDependencies += "com.github.griddb" % "gridstore-jdbc" % "4.5.0.1"
[com.github.griddb/gridstore-jdbc "4.5.0.1"]