Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ IoTDB provides a Java native client driver and a session pool management mechani
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1-beta</version>
<!-- The version number is the same as the database version number -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* The latest version of `iotdb-session` can be viewed [here](https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-session/)

## 3. Read and Write Operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ IoTDB provides a Java native client driver and a session pool management mechani
<dependency>
<groupId>com.timecho.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1.1</version>
<!-- The version number is the same as the database version number -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* The latest version of `iotdb-session` can be viewed [here](https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-session/)

## 3. Read and Write Operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ IoTDB provides a Java native client driver and a session pool management mechani
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1-beta</version>
<!-- The version number is the same as the database version number -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* The latest version of `iotdb-session` can be viewed [here](https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-session/)

## 3. Read and Write Operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ IoTDB provides a Java native client driver and a session pool management mechani
<dependency>
<groupId>com.timecho.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1.1</version>
<!-- The version number is the same as the database version number -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* The latest version of `iotdb-session` can be viewed [here](https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-session/)

## 3. Read and Write Operations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ IoTDB具备Java原生客户端驱动和对应的连接池,提供对象化接
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1-beta</version>
<!-- 版本号与数据库版本号相同 -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* 可从[此处](https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-session/)查看`iotdb-session`最新版本

## 3. 读写操作

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ IoTDB具备Java原生客户端驱动和对应的连接池,提供对象化接
<dependency>
<groupId>com.timecho.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1.1</version>
<!-- 版本号与数据库版本号相同 -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* 可从[此处](https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-session/)查看`iotdb-session`最新版本

## 3. 读写操作

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ IoTDB具备Java原生客户端驱动和对应的连接池,提供对象化接
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1-beta</version>
<!-- 版本号与数据库版本号相同 -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* 可从[此处](https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-session/)查看`iotdb-session`最新版本

## 3. 读写操作

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ IoTDB具备Java原生客户端驱动和对应的连接池,提供对象化接
<dependency>
<groupId>com.timecho.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>2.0.1.1</version>
<!-- 版本号与数据库版本号相同 -->
<version>${project.version}</version>
</dependency>
</dependencies>
```
* 可从[此处](https://repo1.maven.org/maven2/com/timecho/iotdb/iotdb-session/)查看`iotdb-session`最新版本

## 3. 读写操作

Expand Down