Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.allune |
ArtifactId | ArtifactIdquickfixj-spring-boot-starter-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
quickfixj-spring-boot-starter-parent-1.0.0.pom | 7 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>1.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:1.0.0'
// https://jarcasting.com/artifacts/io.allune/quickfixj-spring-boot-starter-parent/
implementation ("io.allune:quickfixj-spring-boot-starter-parent:1.0.0")
'io.allune:quickfixj-spring-boot-starter-parent:pom:1.0.0'
<dependency org="io.allune" name="quickfixj-spring-boot-starter-parent" rev="1.0.0">
<artifact name="quickfixj-spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='quickfixj-spring-boot-starter-parent', version='1.0.0')
)
libraryDependencies += "io.allune" % "quickfixj-spring-boot-starter-parent" % "1.0.0"
[io.allune/quickfixj-spring-boot-starter-parent "1.0.0"]