How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.hll520.linclient</groupId>
<artifactId>LinlingClient</artifactId>
<version>1.0.6</version>
</dependency>
Choose a version of cn.hll520.linclient : LinlingClient to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
LinlingClient-1.0.6
|
||
LinlingClient-1.0.5-bate
|
|||
LinlingClient-1.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.hll520.linclient</groupId>
<artifactId>LinlingClient</artifactId>
<version>1.0.6</version>
</dependency>
Advertisement