How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>co.abit.boot</groupId>
<artifactId>boot</artifactId>
<version>2.1.37</version>
</dependency>
Choose a version of co.abit.boot : boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
boot-2.1.37
|
||
boot-2.1.36
|
|||
boot-2.1.35
|
|||
boot-2.1.34
|
|||
boot-2.1.33
|
|||
boot-2.1.32
|
|||
boot-2.1.31
|
|||
boot-2.1.30
|
|||
boot-2.1.29
|
|||
boot-2.1.28
|
|||
boot-2.1.27
|
|||
boot-2.1.26
|
|||
boot-2.1.24
|
|||
boot-2.1.23
|
|||
boot-2.1.22
|
|||
boot-2.1.21
|
|||
boot-2.1.20
|
|||
boot-2.1.19
|
|||
boot-2.1.18
|
|||
boot-2.1.17
|
POM as dependency in dependencyManagement
<dependency>
<groupId>co.abit.boot</groupId>
<artifactId>boot</artifactId>
<version>2.1.37</version>
</dependency>
Advertisement