How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.heanbian.boot</groupId>
<artifactId>heanbian-spring-boot</artifactId>
<version>15.1</version>
</dependency>
Choose a version of com.heanbian.boot : heanbian-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
20200807 |
heanbian-spring-boot-20200807
|
||
15.1 |
heanbian-spring-boot-15.1
|
||
14.1 |
heanbian-spring-boot-14.1
|
||
14 |
heanbian-spring-boot-14
|
||
13.5 |
heanbian-spring-boot-13.5
|
||
13.4 |
heanbian-spring-boot-13.4
|
||
13.3 |
heanbian-spring-boot-13.3
|
||
13 |
heanbian-spring-boot-13
|
||
10 |
heanbian-spring-boot-10
|
||
1.6.x |
heanbian-spring-boot-1.6.7
|
||
heanbian-spring-boot-1.6.6
|
|||
heanbian-spring-boot-1.6.4
|
|||
heanbian-spring-boot-1.6.3
|
|||
heanbian-spring-boot-1.6.1
|
|||
heanbian-spring-boot-1.6.0
|
|||
1.5.x |
heanbian-spring-boot-1.5.9
|
||
heanbian-spring-boot-1.5.7
|
|||
heanbian-spring-boot-1.5.4
|
|||
heanbian-spring-boot-1.5.2
|
|||
heanbian-spring-boot-1.5.0
|
|||
1.4.x |
heanbian-spring-boot-1.4.9
|
||
heanbian-spring-boot-1.4.8
|
|||
heanbian-spring-boot-1.4.6
|
|||
heanbian-spring-boot-1.4.5
|
|||
heanbian-spring-boot-1.4.4
|
|||
heanbian-spring-boot-1.4.3
|
|||
heanbian-spring-boot-1.4.2
|
|||
heanbian-spring-boot-1.4.1
|
|||
1.3.x |
heanbian-spring-boot-1.3.5
|
||
heanbian-spring-boot-1.3.4
|
|||
heanbian-spring-boot-1.3.3
|
|||
heanbian-spring-boot-1.3.2
|
|||
heanbian-spring-boot-1.3.1
|
|||
heanbian-spring-boot-1.3.0
|
|||
1.2.x |
heanbian-spring-boot-1.2.0
|
||
1.1.x |
heanbian-spring-boot-1.1.3
|
||
heanbian-spring-boot-1.1.2
|
|||
heanbian-spring-boot-1.1.1
|
|||
heanbian-spring-boot-1.1.0
|
|||
1.0.x |
heanbian-spring-boot-1.0.8
|
||
heanbian-spring-boot-1.0.7
|
|||
heanbian-spring-boot-1.0.6
|
|||
heanbian-spring-boot-1.0.5
|
|||
heanbian-spring-boot-1.0.4
|
|||
heanbian-spring-boot-1.0.3
|
|||
heanbian-spring-boot-1.0.1
|
|||
heanbian-spring-boot-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.heanbian.boot</groupId>
<artifactId>heanbian-spring-boot</artifactId>
<version>15.1</version>
</dependency>
Advertisement