License |
License |
---|---|
Categories |
CategoriesData CLI User Interface |
GroupId | GroupIdio.allune |
ArtifactId | ArtifactIdsimple-client-with-database |
Version | Version2.8.3 |
Type | Typejar |
Description |
DescriptionQuickFixJ Spring Boot Starter Examples :: Simple Client with Database
QuickFixJ Spring Boot Starter Simple Client with Database Example
|
<!-- https://jarcasting.com/artifacts/io.allune/simple-client-with-database/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>simple-client-with-database</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/simple-client-with-database/
implementation 'io.allune:simple-client-with-database:2.8.3'
// https://jarcasting.com/artifacts/io.allune/simple-client-with-database/
implementation ("io.allune:simple-client-with-database:2.8.3")
'io.allune:simple-client-with-database:jar:2.8.3'
<dependency org="io.allune" name="simple-client-with-database" rev="2.8.3">
<artifact name="simple-client-with-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='simple-client-with-database', version='2.8.3')
)
libraryDependencies += "io.allune" % "simple-client-with-database" % "2.8.3"
[io.allune/simple-client-with-database "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.springframework.boot : spring-boot-starter-jdbc | jar | 2.1.1.RELEASE |
org.hsqldb : hsqldb | jar | 2.4.1 |
mysql : mysql-connector-java | jar | 8.0.13 |
org.apache.commons : commons-dbcp2 | jar | 2.5.0 |
com.cloudhopper.proxool : proxool | jar | 0.9.1 |
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |