How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sinosoftgz</groupId>
<artifactId>taipinguk</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
Choose a version of com.sinosoftgz : taipinguk to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
taipinguk-1.0.1.RELEASE
|
||
taipinguk-1.0.0.RELEASE
|
|||
taipinguk-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sinosoftgz</groupId>
<artifactId>taipinguk</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
Advertisement