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