How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.toutatis</groupId>
<artifactId>void-feature-support</artifactId>
<version>0.0.4-ALPHA</version>
</dependency>
Choose a version of cn.toutatis : void-feature-support to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
void-feature-support-0.0.4-ALPHA
|
||
void-feature-support-0.0.3-ALPHA
|
|||
void-feature-support-0.0.2-ALPHA
|
|||
void-feature-support-0.0.1-ALPHA
|
|||
void-feature-support-0.0.0-ALPHA
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.toutatis</groupId>
<artifactId>void-feature-support</artifactId>
<version>0.0.4-ALPHA</version>
</dependency>
Advertisement