Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.allune |
ArtifactId | ArtifactIdquickfixj-spring-boot-starter |
Version | Version2.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.allune/quickfixj-spring-boot-starter/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>quickfixj-spring-boot-starter</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/quickfixj-spring-boot-starter/
implementation 'io.allune:quickfixj-spring-boot-starter:2.5.0'
// https://jarcasting.com/artifacts/io.allune/quickfixj-spring-boot-starter/
implementation ("io.allune:quickfixj-spring-boot-starter:2.5.0")
'io.allune:quickfixj-spring-boot-starter:jar:2.5.0'
<dependency org="io.allune" name="quickfixj-spring-boot-starter" rev="2.5.0">
<artifact name="quickfixj-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='quickfixj-spring-boot-starter', version='2.5.0')
)
libraryDependencies += "io.allune" % "quickfixj-spring-boot-starter" % "2.5.0"
[io.allune/quickfixj-spring-boot-starter "2.5.0"]