How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.thciwei</groupId>
<artifactId>x-file-storage-parent</artifactId>
<version>2.2.0-RELEASE</version>
</dependency>
Choose a version of io.github.thciwei : x-file-storage-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
x-file-storage-parent-2.2.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.thciwei</groupId>
<artifactId>x-file-storage-parent</artifactId>
<version>2.2.0-RELEASE</version>
</dependency>
Advertisement