| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.allune |
| ArtifactId | ArtifactIdsimple-client |
| Version | Version2.10.0 |
| Type | Typejar |
| Description |
DescriptionQuickFixJ Spring Boot Starter Examples :: Simple Client
QuickFixJ Spring Boot Starter Simple Client
|
| Filename | Size |
|---|---|
| simple-client-2.10.0.pom | |
| simple-client-2.10.0.jar | 45 MB |
| simple-client-2.10.0-sources.jar | 6 KB |
| simple-client-2.10.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.allune/simple-client/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>simple-client</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/simple-client/
implementation 'io.allune:simple-client:2.10.0'
// https://jarcasting.com/artifacts/io.allune/simple-client/
implementation ("io.allune:simple-client:2.10.0")
'io.allune:simple-client:jar:2.10.0'
<dependency org="io.allune" name="simple-client" rev="2.10.0">
<artifact name="simple-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='simple-client', version='2.10.0')
)
libraryDependencies += "io.allune" % "simple-client" % "2.10.0"
[io.allune/simple-client "2.10.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.allune : quickfixj-spring-boot-starter | jar | 2.10.0 |
| io.allune : quickfixj-spring-boot-actuator | jar | 2.10.0 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.3.RELEASE |
| org.projectlombok : lombok | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |