How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>sparrow-spring-boot</artifactId>
<version>2.2.1.4-RELEASE</version>
</dependency>
Choose a version of com.github.thierrysquirrel : sparrow-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
sparrow-spring-boot-2.2.1.4-RELEASE
|
||
sparrow-spring-boot-2.2.1.3-RELEASE
|
|||
sparrow-spring-boot-2.2.1.2-RELEASE
|
|||
sparrow-spring-boot-2.2.1.1-RELEASE
|
|||
sparrow-spring-boot-2.2.1.0-RELEASE
|
|||
sparrow-spring-boot-2.2.0.9-RELEASE
|
|||
sparrow-spring-boot-2.2.0.8-RELEASE
|
|||
sparrow-spring-boot-2.2.0.7-RELEASE
|
|||
sparrow-spring-boot-2.2.0.6-RELEASE
|
|||
sparrow-spring-boot-2.2.0.5-RELEASE
|
|||
sparrow-spring-boot-2.2.0.4-RELEASE
|
|||
sparrow-spring-boot-2.2.0.3-RELEASE
|
|||
sparrow-spring-boot-2.2.0.2-RELEASE
|
|||
sparrow-spring-boot-2.2.0.1-RELEASE
|
|||
sparrow-spring-boot-2.2.0.0-RELEASE
|
|||
2.1.x |
sparrow-spring-boot-2.1.3-RELEASE
|
||
sparrow-spring-boot-2.1.2-RELEASE
|
|||
sparrow-spring-boot-2.1.1-RELEASE
|
|||
sparrow-spring-boot-2.1.0-RELEASE
|
|||
2.0.x |
sparrow-spring-boot-2.0.3-RELEASE
|
||
sparrow-spring-boot-2.0.2-RELEASE
|
|||
sparrow-spring-boot-2.0.1-RELEASE
|
|||
sparrow-spring-boot-2.0.0-RELEASE
|
|||
1.0.x |
sparrow-spring-boot-1.0.3-RELEASE
|
||
sparrow-spring-boot-1.0.2-RELEASE
|
|||
sparrow-spring-boot-1.0.1-RELEASE
|
|||
sparrow-spring-boot-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>sparrow-spring-boot</artifactId>
<version>2.2.1.4-RELEASE</version>
</dependency>
Advertisement