| License |
License |
|---|---|
| GroupId | GroupIdio.tiledb |
| ArtifactId | ArtifactIdtiledb-spark |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTileDB Spark
Spark interface to the TileDB storage manager
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tiledb-spark-1.2.0.pom | |
| tiledb-spark-1.2.0-sources.jar | 45 KB |
| tiledb-spark-1.2.0-javadoc.jar | 470 KB |
| tiledb-spark-1.2.0-default.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tiledb/tiledb-spark/ -->
<dependency>
<groupId>io.tiledb</groupId>
<artifactId>tiledb-spark</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tiledb/tiledb-spark/
implementation 'io.tiledb:tiledb-spark:1.2.0'
// https://jarcasting.com/artifacts/io.tiledb/tiledb-spark/
implementation ("io.tiledb:tiledb-spark:1.2.0")
'io.tiledb:tiledb-spark:pom:1.2.0'
<dependency org="io.tiledb" name="tiledb-spark" rev="1.2.0">
<artifact name="tiledb-spark" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tiledb', module='tiledb-spark', version='1.2.0')
)
libraryDependencies += "io.tiledb" % "tiledb-spark" % "1.2.0"
[io.tiledb/tiledb-spark "1.2.0"]