How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.home1</groupId>
<artifactId>deps-spring-boot-1.5.13.RELEASE</artifactId>
<version>0.3.3</version>
</dependency>
Choose a version of cn.home1 : deps-spring-boot-1.5.13.RELEASE to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
deps-spring-boot-1.5.13.RELEASE-0.3.3
|
||
deps-spring-boot-1.5.13.RELEASE-0.3.0
|
|||
0.2.x |
deps-spring-boot-1.5.13.RELEASE-0.2.3
|
||
deps-spring-boot-1.5.13.RELEASE-0.2.2
|
|||
deps-spring-boot-1.5.13.RELEASE-0.2.0
|
|||
0.1.x |
deps-spring-boot-1.5.13.RELEASE-0.1.7
|
||
deps-spring-boot-1.5.13.RELEASE-0.1.6
|
|||
deps-spring-boot-1.5.13.RELEASE-0.1.5
|
|||
deps-spring-boot-1.5.13.RELEASE-0.1.2
|
|||
deps-spring-boot-1.5.13.RELEASE-0.1.1
|
|||
0.0.x |
deps-spring-boot-1.5.13.RELEASE-0.0.7.OSS
|
||
deps-spring-boot-1.5.13.RELEASE-0.0.6.OSS
|
|||
deps-spring-boot-1.5.13.RELEASE-0.0.5.OSS
|
|||
deps-spring-boot-1.5.13.RELEASE-0.0.4.OSS
|
|||
deps-spring-boot-1.5.13.RELEASE-0.0.3.OSS
|
|||
deps-spring-boot-1.5.13.RELEASE-0.0.2.OSS
|
|||
deps-spring-boot-1.5.13.RELEASE-0.0.1.OSS
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.home1</groupId>
<artifactId>deps-spring-boot-1.5.13.RELEASE</artifactId>
<version>0.3.3</version>
</dependency>
Advertisement