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