MVN

org.apache.iotdb : iotdb-protocol

Maven & Gradle

Dec 27, 2023

IoTDB: Protocol

<dependency>
    <groupId>org.apache.iotdb</groupId>
    <artifactId>iotdb-protocol</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.iotdb : iotdb-protocol to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of org.apache.iotdb : iotdb-protocol to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
iotdb-protocol-1.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.iotdb</groupId>
    <artifactId>iotdb-protocol</artifactId>
    <version>1.3.0</version>
</dependency>

Advertisement