How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>web-route-spring-boot</artifactId>
<version>1.0.1.4-RELEASE</version>
</dependency>
Choose a version of com.github.thierrysquirrel : web-route-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
web-route-spring-boot-1.0.1.4-RELEASE
|
||
web-route-spring-boot-1.0.1.3-RELEASE
|
|||
web-route-spring-boot-1.0.1.2-RELEASE
|
|||
web-route-spring-boot-1.0.1.1-RELEASE
|
|||
web-route-spring-boot-1.0.1.0-RELEASE
|
|||
web-route-spring-boot-1.0.0.9-RELEASE
|
|||
web-route-spring-boot-1.0.0.8-RELEASE
|
|||
web-route-spring-boot-1.0.0.7-RELEASE
|
|||
web-route-spring-boot-1.0.0.6-RELEASE
|
|||
web-route-spring-boot-1.0.0.5-RELEASE
|
|||
web-route-spring-boot-1.0.0.4-RELEASE
|
|||
web-route-spring-boot-1.0.0.3-RELEASE
|
|||
web-route-spring-boot-1.0.0.2-RELEASE
|
|||
web-route-spring-boot-1.0.0.1-RELEASE
|
|||
web-route-spring-boot-1.0.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>web-route-spring-boot</artifactId>
<version>1.0.1.4-RELEASE</version>
</dependency>
Advertisement