| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.iotdb |
| ArtifactId | ArtifactIdtsfile |
| Last Version | Last Version0.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTsFile
A columnar file format designed for time-series data
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tsfile-0.13.0.pom | |
| tsfile-0.13.0.jar | 449 KB |
| tsfile-0.13.0-sources.jar | 343 KB |
| tsfile-0.13.0-javadoc.jar | 2 MB |
| tsfile-0.13.0-jar-with-dependencies.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/tsfile/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>tsfile</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/tsfile/
implementation 'org.apache.iotdb:tsfile:0.13.0'
// https://jarcasting.com/artifacts/org.apache.iotdb/tsfile/
implementation ("org.apache.iotdb:tsfile:0.13.0")
'org.apache.iotdb:tsfile:jar:0.13.0'
<dependency org="org.apache.iotdb" name="tsfile" rev="0.13.0">
<artifact name="tsfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='tsfile', version='0.13.0')
)
libraryDependencies += "org.apache.iotdb" % "tsfile" % "0.13.0"
[org.apache.iotdb/tsfile "0.13.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| org.xerial.snappy : snappy-java | jar | 1.1.8.4 |
| commons-io : commons-io | jar | 2.11.0 |
| org.lz4 : lz4-java | jar | 1.8.0 |
| com.google.code.gson : gson | jar | 2.8.8 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.testcontainers : testcontainers | jar | 1.15.2 |