| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.iotdb |
| Идентификатор | Идентификаторspark-tsfile |
| Версия | Версия0.12.4 |
| Тип | Типjar |
| Описание |
ОписаниеIoTDB Spark-TsFile
This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spark-tsfile-0.12.4.pom | |
| spark-tsfile-0.12.4.jar | 178 KB |
| spark-tsfile-0.12.4-sources.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/spark-tsfile/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>spark-tsfile</artifactId>
<version>0.12.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/spark-tsfile/
implementation 'org.apache.iotdb:spark-tsfile:0.12.4'
// https://jarcasting.com/artifacts/org.apache.iotdb/spark-tsfile/
implementation ("org.apache.iotdb:spark-tsfile:0.12.4")
'org.apache.iotdb:spark-tsfile:jar:0.12.4'
<dependency org="org.apache.iotdb" name="spark-tsfile" rev="0.12.4">
<artifact name="spark-tsfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='spark-tsfile', version='0.12.4')
)
libraryDependencies += "org.apache.iotdb" % "spark-tsfile" % "0.12.4"
[org.apache.iotdb/spark-tsfile "0.12.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.iotdb : tsfile | jar | 0.12.4 |
| org.apache.iotdb : hadoop-tsfile | jar | 0.12.4 |
| org.scala-lang : scala-library | jar | 2.11.12 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.spark : spark-core_2.11 | jar | 2.4.3 |
| org.apache.spark : spark-sql_2.11 | jar | 2.4.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 3.0.5 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-all | jar | 1.10.19 |