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