How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>otter-spring-boot</artifactId>
<version>2.1.1.4-RELEASE</version>
</dependency>
Choose a version of com.github.thierrysquirrel : otter-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
otter-spring-boot-2.1.1.4-RELEASE
|
||
otter-spring-boot-2.1.1.3-RELEASE
|
|||
otter-spring-boot-2.1.1.2-RELEASE
|
|||
otter-spring-boot-2.1.1.1-RELEASE
|
|||
otter-spring-boot-2.1.1.0-RELEASE
|
|||
otter-spring-boot-2.1.0.9-RELEASE
|
|||
otter-spring-boot-2.1.0.8-RELEASE
|
|||
otter-spring-boot-2.1.0.7-RELEASE
|
|||
otter-spring-boot-2.1.0.6-RELEASE
|
|||
otter-spring-boot-2.1.0.5-RELEASE
|
|||
otter-spring-boot-2.1.0.4-RELEASE
|
|||
otter-spring-boot-2.1.0.3-RELEASE
|
|||
otter-spring-boot-2.1.0.2-RELEASE
|
|||
otter-spring-boot-2.1.0.1-RELEASE
|
|||
otter-spring-boot-2.1.0.0-RELEASE
|
|||
2.0.x |
otter-spring-boot-2.0.6-RELEASE
|
||
otter-spring-boot-2.0.5-RELEASE
|
|||
otter-spring-boot-2.0.4-RELEASE
|
|||
otter-spring-boot-2.0.3-RELEASE
|
|||
otter-spring-boot-2.0.2-RELEASE
|
|||
otter-spring-boot-2.0.1-RELEASE
|
|||
otter-spring-boot-2.0.0-RELEASE
|
|||
1.1.x |
otter-spring-boot-1.1.7-RELEASE
|
||
otter-spring-boot-1.1.6-RELEASE
|
|||
otter-spring-boot-1.1.5-RELEASE
|
|||
otter-spring-boot-1.1.4-RELEASE
|
|||
otter-spring-boot-1.1.3-RELEASE
|
|||
otter-spring-boot-1.1.2-RELEASE
|
|||
otter-spring-boot-1.1.1-RELEASE
|
|||
otter-spring-boot-1.1.0-RELEASE
|
|||
1.0.x |
otter-spring-boot-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>otter-spring-boot</artifactId>
<version>2.1.1.4-RELEASE</version>
</dependency>
Advertisement