| License |
License |
|---|---|
| GroupId | GroupIdio.allune |
| ArtifactId | ArtifactIdsimple-server |
| Last Version | Last Version2.11.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionQuickFixJ Spring Boot Starter Examples :: Simple Server
QuickFixJ Spring Boot Starter Server Example
|
| Filename | Size |
|---|---|
| simple-server-2.11.0.pom | |
| simple-server-2.11.0.jar | 40 MB |
| simple-server-2.11.0-sources.jar | 5 KB |
| simple-server-2.11.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.allune/simple-server/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>simple-server</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/simple-server/
implementation 'io.allune:simple-server:2.11.0'
// https://jarcasting.com/artifacts/io.allune/simple-server/
implementation ("io.allune:simple-server:2.11.0")
'io.allune:simple-server:jar:2.11.0'
<dependency org="io.allune" name="simple-server" rev="2.11.0">
<artifact name="simple-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='simple-server', version='2.11.0')
)
libraryDependencies += "io.allune" % "simple-server" % "2.11.0"
[io.allune/simple-server "2.11.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.allune : quickfixj-spring-boot-starter | jar | 2.11.0 |
| io.allune : quickfixj-spring-boot-actuator | jar | 2.11.0 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.3.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.3.RELEASE |