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