How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.springsciyon</groupId>
<artifactId>syncplant-tool</artifactId>
<version>1.1.15</version>
</dependency>
Choose a version of com.springsciyon : syncplant-tool to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
syncplant-tool-1.1.15
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.springsciyon</groupId>
<artifactId>syncplant-tool</artifactId>
<version>1.1.15</version>
</dependency>
Advertisement