How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.acgist</groupId>
<artifactId>snail.parent</artifactId>
<version>1.17.1</version>
</dependency>
Choose a version of com.acgist : snail.parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.17.x |
snail.parent-1.17.1
|
||
snail.parent-1.17.0
|
|||
1.7.x |
snail.parent-1.7.11
|
||
1.6.x |
snail.parent-1.6.0
|
||
1.5.x |
snail.parent-1.5.0
|
||
1.4.x |
snail.parent-1.4.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.acgist</groupId>
<artifactId>snail.parent</artifactId>
<version>1.17.1</version>
</dependency>
Advertisement