How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-log</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of com.hccake : ballcat-log to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
ballcat-log-1.4.0
|
||
1.3.x |
ballcat-log-1.3.0
|
||
1.2.x |
ballcat-log-1.2.0
|
||
1.1.x |
ballcat-log-1.1.0
|
||
1.0.x |
ballcat-log-1.0.3
|
||
ballcat-log-1.0.2
|
|||
ballcat-log-1.0.1
|
|||
ballcat-log-1.0.0
|
|||
0.9.x |
ballcat-log-0.9.0
|
||
0.8.x |
ballcat-log-0.8.0
|
||
0.7.x |
ballcat-log-0.7.1
|
||
ballcat-log-0.7.0
|
|||
0.6.x |
ballcat-log-0.6.0
|
||
0.5.x |
ballcat-log-0.5.0
|
||
0.4.x |
ballcat-log-0.4.0
|
||
0.3.x |
ballcat-log-0.3.0
|
||
0.2.x |
ballcat-log-0.2.0
|
||
0.1.x |
ballcat-log-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-log</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement