How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot</artifactId>
<version>2.15.4</version>
</dependency>
Choose a version of io.allune : quickfixj-spring-boot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.15.x |
quickfixj-spring-boot-2.15.4
|
||
quickfixj-spring-boot-2.15.3
|
|||
quickfixj-spring-boot-2.15.2
|
|||
quickfixj-spring-boot-2.15.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot</artifactId>
<version>2.15.4</version>
</dependency>
Advertisement