MVN

io.allune : simple-client-and-server

Maven & Gradle

Mar 28, 2023
44 stars

QuickFixJ Spring Boot Starter Examples :: Simple Client and Server · QuickFixJ Spring Boot Starter Simple Client and Server

<dependency>
    <groupId>io.allune</groupId>
    <artifactId>simple-client-and-server</artifactId>
    <version>2.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.allune : simple-client-and-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.3

All Versions

Choose a version of io.allune : simple-client-and-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
simple-client-and-server-2.15.3
simple-client-and-server-2.15.0
2.11.x
simple-client-and-server-2.11.0
2.10.x
simple-client-and-server-2.10.0
2.9.x
simple-client-and-server-2.9.0
2.8.x
simple-client-and-server-2.8.3
simple-client-and-server-2.8.1
simple-client-and-server-2.8.0
2.7.x
simple-client-and-server-2.7.1
2.6.x
simple-client-and-server-2.6.0
2.5.x
simple-client-and-server-2.5.2

How to add a dependency to Maven

Add the following io.allune : simple-client-and-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.allune</groupId>
    <artifactId>simple-client-and-server</artifactId>
    <version>2.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.allune : simple-client-and-server gradle dependency to your build.gradle file:

implementation 'io.allune:simple-client-and-server:2.15.3'

Gradle Kotlin DSL: Add the following io.allune : simple-client-and-server gradle kotlin dependency to your build.gradle.kts file:

implementation("io.allune:simple-client-and-server:2.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.allune : simple-client-and-server sbt scala dependency to your build.sbt file:

libraryDependencies += "io.allune" % "simple-client-and-server" % "2.15.3"

Advertisement