How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>br.com.ideotech</groupId>
<artifactId>draw-out-spring-boot</artifactId>
<version>2.0.4-6.RELEASE</version>
</dependency>
Choose a version of br.com.ideotech : draw-out-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
draw-out-spring-boot-2.0.4-6.RELEASE
|
||
draw-out-spring-boot-2.0.4-5.RELEASE
|
|||
draw-out-spring-boot-2.0.4-4.RELEASE
|
|||
draw-out-spring-boot-2.0.4-3.RELEASE
|
|||
draw-out-spring-boot-2.0.4-2.RELEASE
|
|||
draw-out-spring-boot-2.0.4-1.RELEASE
|
|||
draw-out-spring-boot-2.0.4.RELEASE
|
|||
1.5.x |
draw-out-spring-boot-1.5.19-4.RELEASE
|
||
draw-out-spring-boot-1.5.19-3.RELEASE
|
|||
draw-out-spring-boot-1.5.19-2.RELEASE
|
|||
draw-out-spring-boot-1.5.19-1.RELEASE
|
|||
draw-out-spring-boot-1.5.19.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>br.com.ideotech</groupId>
<artifactId>draw-out-spring-boot</artifactId>
<version>2.0.4-6.RELEASE</version>
</dependency>
Advertisement