How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ice-zero-cat</groupId>
<artifactId>icezerocat-component</artifactId>
<version>0.0.6</version>
</dependency>
Choose a version of com.github.ice-zero-cat : icezerocat-component to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
icezerocat-component-0.0.6
|
||
icezerocat-component-0.0.5
|
|||
icezerocat-component-0.0.4
|
|||
icezerocat-component-0.0.3
|
|||
icezerocat-component-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ice-zero-cat</groupId>
<artifactId>icezerocat-component</artifactId>
<version>0.0.6</version>
</dependency>
Advertisement