How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus</artifactId>
<version>2.1.1</version>
</dependency>
Choose a version of com.alilitech : boot-plus to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
boot-plus-2.1.1
|
||
boot-plus-2.1.0
|
|||
2.0.x |
boot-plus-2.0.5
|
||
boot-plus-2.0.4
|
|||
boot-plus-2.0.3
|
|||
boot-plus-2.0.2
|
|||
boot-plus-2.0.1
|
|||
boot-plus-2.0.0
|
|||
1.3.x |
boot-plus-1.3.10
|
||
boot-plus-1.3.9
|
|||
boot-plus-1.3.8
|
|||
boot-plus-1.3.7
|
|||
boot-plus-1.3.6
|
|||
boot-plus-1.3.5
|
|||
boot-plus-1.3.4
|
|||
boot-plus-1.3.3
|
|||
boot-plus-1.3.2
|
|||
boot-plus-1.3.1
|
|||
boot-plus-1.3.0
|
|||
1.2.x |
boot-plus-1.2.8
|
||
boot-plus-1.2.7
|
|||
boot-plus-1.2.6
|
|||
boot-plus-1.2.5
|
|||
boot-plus-1.2.4
|
|||
boot-plus-1.2.3
|
|||
boot-plus-1.2.2
|
|||
boot-plus-1.2.1
|
|||
boot-plus-1.2.0
|
|||
1.1.x |
boot-plus-1.1.4
|
||
boot-plus-1.1.3
|
|||
boot-plus-1.1.2
|
|||
boot-plus-1.1.1
|
|||
boot-plus-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>boot-plus</artifactId>
<version>2.1.1</version>
</dependency>
Advertisement