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