MVN

io.americanexpress.synapse : sample-client-reactive-football

Maven & Gradle

Aug 16, 2023
<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>sample-client-reactive-football</artifactId>
    <version>0.3.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.americanexpress.synapse : sample-client-reactive-football to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.24

All Versions

Choose a version of io.americanexpress.synapse : sample-client-reactive-football to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
sample-client-reactive-football-0.3.24
sample-client-reactive-football-0.3.23
sample-client-reactive-football-0.3.22
sample-client-reactive-football-0.3.21

How to add a dependency to Maven

Add the following io.americanexpress.synapse : sample-client-reactive-football maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>sample-client-reactive-football</artifactId>
    <version>0.3.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.americanexpress.synapse : sample-client-reactive-football gradle dependency to your build.gradle file:

implementation 'io.americanexpress.synapse:sample-client-reactive-football:0.3.24'

Gradle Kotlin DSL: Add the following io.americanexpress.synapse : sample-client-reactive-football gradle kotlin dependency to your build.gradle.kts file:

implementation("io.americanexpress.synapse:sample-client-reactive-football:0.3.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.americanexpress.synapse : sample-client-reactive-football sbt scala dependency to your build.sbt file:

libraryDependencies += "io.americanexpress.synapse" % "sample-client-reactive-football" % "0.3.24"