How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ecsoya</groupId>
<artifactId>spring-fabric-gateway-parent</artifactId>
<version>2.0.2</version>
</dependency>
Choose a version of io.github.ecsoya : spring-fabric-gateway-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
spring-fabric-gateway-parent-2.0.2
|
||
spring-fabric-gateway-parent-2.0.1
|
|||
spring-fabric-gateway-parent-2.0.0
|
|||
1.0.x |
spring-fabric-gateway-parent-1.0.6
|
||
spring-fabric-gateway-parent-1.0.5
|
|||
spring-fabric-gateway-parent-1.0.4
|
|||
spring-fabric-gateway-parent-1.0.3
|
|||
spring-fabric-gateway-parent-1.0.2
|
|||
spring-fabric-gateway-parent-1.0.1
|
|||
spring-fabric-gateway-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ecsoya</groupId>
<artifactId>spring-fabric-gateway-parent</artifactId>
<version>2.0.2</version>
</dependency>
Advertisement