blob: e79a8f03ef9f8e979232da2f6fae0c7e36f49f0e [file] [log] [blame] [view]
# 下载
GitHub 仓库地址:https://github.com/apache/tsfile
最新版本是1.0.0
点击 Maven 仓库地址下载:[Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
将以下依赖添加至 pom :
```
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile</artifactId>
<version>1.0.0</version>
</dependency>
```
该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v1.0.0