How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-security</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of com.hccake : ballcat-security to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
ballcat-security-1.4.0
|
||
1.3.x |
ballcat-security-1.3.0
|
||
1.2.x |
ballcat-security-1.2.0
|
||
1.1.x |
ballcat-security-1.1.0
|
||
1.0.x |
ballcat-security-1.0.3
|
||
ballcat-security-1.0.2
|
|||
ballcat-security-1.0.1
|
|||
ballcat-security-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.hccake</groupId>
<artifactId>ballcat-security</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement