How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.sunyanghah</groupId>
<artifactId>tx-lcn-sy</artifactId>
<version>4.2.4</version>
</dependency>
Choose a version of com.github.sunyanghah : tx-lcn-sy to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2.x |
tx-lcn-sy-4.2.4
|
||
tx-lcn-sy-4.2.3
|
|||
tx-lcn-sy-4.2.2
|
|||
tx-lcn-sy-4.2.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.sunyanghah</groupId>
<artifactId>tx-lcn-sy</artifactId>
<version>4.2.4</version>
</dependency>
Advertisement