How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.codingapi.txlcn</groupId>
<artifactId>tx-lcn</artifactId>
<version>5.0.2.RELEASE</version>
</dependency>
Choose a version of com.codingapi.txlcn : tx-lcn to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
tx-lcn-5.0.2.RELEASE
|
||
tx-lcn-5.0.1.RELEASE
|
|||
tx-lcn-5.0.0.RELEASE
|
|||
tx-lcn-5.0.0
|
|||
tx-lcn-5.0.0.RC2
|
|||
tx-lcn-5.0.0.RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.codingapi.txlcn</groupId>
<artifactId>tx-lcn</artifactId>
<version>5.0.2.RELEASE</version>
</dependency>
Advertisement