How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ordinarykai</groupId>
<artifactId>easy-boot-util</artifactId>
<version>1.7.0</version>
</dependency>
Choose a version of io.github.ordinarykai : easy-boot-util to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
easy-boot-util-1.7.0
|
||
1.6.x |
easy-boot-util-1.6.0
|
||
1.5.x |
easy-boot-util-1.5.0
|
||
1.4.x |
easy-boot-util-1.4.0
|
||
1.3.x |
easy-boot-util-1.3.0
|
||
1.2.x |
easy-boot-util-1.2.0
|
||
1.0.x |
easy-boot-util-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ordinarykai</groupId>
<artifactId>easy-boot-util</artifactId>
<version>1.7.0</version>
</dependency>
Advertisement