How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee-spring-boot-starter</artifactId>
<version>2.1.7.boot3.0.8</version>
</dependency>
Choose a version of org.teasoft : bee-spring-boot-starter to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
bee-spring-boot-starter-2.1.7.boot3.0.8
|
||
bee-spring-boot-starter-2.1.7.boot1.5.16
|
|||
bee-spring-boot-starter-2.1.7.boot2.0.4
|
|||
bee-spring-boot-starter-2.1.7.boot2.4.2
|
|||
bee-spring-boot-starter-2.1.7.boot2.7.12
|
|||
bee-spring-boot-starter-2.1.7.boot2.6.7
|
|||
bee-spring-boot-starter-2.1.7.boot2.5.13
|
|||
bee-spring-boot-starter-2.1.7
|
|||
bee-spring-boot-starter-2.1.boot2.6.7
|
|||
bee-spring-boot-starter-2.1.boot2.5.13
|
|||
2.1 |
bee-spring-boot-starter-2.1
|
||
1.17.x |
bee-spring-boot-starter-1.17.boot2.7.3
|
||
bee-spring-boot-starter-1.17.boot2.6.7
|
|||
bee-spring-boot-starter-1.17.boot2.5.6
|
|||
bee-spring-boot-starter-1.17.boot2.5.13
|
|||
bee-spring-boot-starter-1.17.boot1.5.16
|
|||
bee-spring-boot-starter-1.17.boot2.4.2
|
|||
bee-spring-boot-starter-1.17.boot2.0.4
|
|||
1.17 |
bee-spring-boot-starter-1.17
|
||
1.11.x |
bee-spring-boot-starter-1.11.boot2.6.7
|
||
bee-spring-boot-starter-1.11.boot1.5.16
|
|||
bee-spring-boot-starter-1.11.boot2.5.13
|
|||
1.11 |
bee-spring-boot-starter-1.11
|
||
1.9.x |
bee-spring-boot-starter-1.9.8
|
||
bee-spring-boot-starter-1.9.8.boot2.0.4
|
|||
bee-spring-boot-starter-1.9.8.boot2.5.6
|
|||
bee-spring-boot-starter-1.9.8.boot2.4.2
|
|||
bee-spring-boot-starter-1.9.5.boot2.4.2
|
|||
bee-spring-boot-starter-1.9.5.boot2.0.4.RELEASE
|
|||
bee-spring-boot-starter-1.9.5
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.teasoft</groupId>
<artifactId>bee-spring-boot-starter</artifactId>
<version>2.1.7.boot3.0.8</version>
</dependency>
Advertisement