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