How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.voulgarakis</groupId>
<artifactId>quickfixj-spring-boot</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
Choose a version of ch.voulgarakis : quickfixj-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
quickfixj-spring-boot-1.0.3.RELEASE
|
||
quickfixj-spring-boot-1.0.2.RELEASE
|
|||
quickfixj-spring-boot-1.0.1.RELEASE
|
|||
quickfixj-spring-boot-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ch.voulgarakis</groupId>
<artifactId>quickfixj-spring-boot</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
Advertisement