How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>commons-vfs2-spring-boot</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
Choose a version of com.github.bxforce : commons-vfs2-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
commons-vfs2-spring-boot-1.0.1-RELEASE
|
||
commons-vfs2-spring-boot-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>commons-vfs2-spring-boot</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
Advertisement