| # Download |
| Our GitHub page: https://github.com/apache/tsfile |
| |
| The latest version of TsFile is 1.0.0. |
| |
| Downloading it from the [Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile) |
| |
| Add the following dependency section to your pom.xml: |
| |
| ``` |
| <dependency> |
| <groupId>org.apache.tsfile</groupId> |
| <artifactId>tsfile</artifactId> |
| <version>1.0.0</version> |
| </dependency> |
| ``` |
| |
| The release note of 1.0.0 can be found in the Archives of the Apache Software Foundation: https://github.com/apache/tsfile/releases/tag/v1.0.0 |