How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ctcloud-sdk</groupId>
<artifactId>ctcloud-sdk</artifactId>
<version>0.0.1-beta</version>
</dependency>
Choose a version of io.github.ctcloud-sdk : ctcloud-sdk to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
ctcloud-sdk-0.0.1-beta
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ctcloud-sdk</groupId>
<artifactId>ctcloud-sdk</artifactId>
<version>0.0.1-beta</version>
</dependency>
Advertisement