How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.timecho.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
<version>1.3.0.1</version>
</dependency>
Choose a version of com.timecho.iotdb : iotdb-core to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
iotdb-core-1.3.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.timecho.iotdb</groupId>
<artifactId>iotdb-core</artifactId>
<version>1.3.0.1</version>
</dependency>
Advertisement