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