How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.itliwei</groupId>
<artifactId>corm</artifactId>
<version>1.0-RELEASE</version>
</dependency>
Choose a version of io.github.itliwei : corm to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
corm-1.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.itliwei</groupId>
<artifactId>corm</artifactId>
<version>1.0-RELEASE</version>
</dependency>
Advertisement