is not current version
Last Version 0.13.0

org.apache.iotdb:hadoop-tsfile 0.9.2


GroupId

GroupId

org.apache.iotdb
ArtifactId

ArtifactId

hadoop-tsfile
Version

Version

0.9.2
Type

Type

jar

Download hadoop-tsfile 0.9.2


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