How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.chahuyun</groupId>
<artifactId>HuYanSession</artifactId>
<version>2.3.1</version>
</dependency>
Choose a version of cn.chahuyun : HuYanSession to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
HuYanSession-2.3.1
|
||
2.2.x |
HuYanSession-2.2.6
|
||
2.1.x |
HuYanSession-2.1.7
|
||
HuYanSession-2.1.6
|
|||
2.0.x |
HuYanSession-2.0.0-alpha-5
|
||
HuYanSession-2.0.0.5-alpha
|
|||
v2.0.x |
HuYanSession-v2.0.0.5-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.chahuyun</groupId>
<artifactId>HuYanSession</artifactId>
<version>2.3.1</version>
</dependency>
Advertisement