is not current version
Last Version 5.0.0

com.github.griddb:gridstore 4.0.0

Java Client for GridDB V4.0 CE

GroupId

GroupId

com.github.griddb
ArtifactId

ArtifactId

gridstore
Version

Version

4.0.0
Type

Type

jar

Download gridstore 4.0.0


<!-- https://jarcasting.com/artifacts/com.github.griddb/gridstore/ -->
<dependency>
    <groupId>com.github.griddb</groupId>
    <artifactId>gridstore</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.griddb/gridstore/
implementation 'com.github.griddb:gridstore:4.0.0'
// https://jarcasting.com/artifacts/com.github.griddb/gridstore/
implementation ("com.github.griddb:gridstore:4.0.0")
'com.github.griddb:gridstore:jar:4.0.0'
<dependency org="com.github.griddb" name="gridstore" rev="4.0.0">
  <artifact name="gridstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.griddb', module='gridstore', version='4.0.0')
)
libraryDependencies += "com.github.griddb" % "gridstore" % "4.0.0"
[com.github.griddb/gridstore "4.0.0"]