MVN

io.americanexpress.synapse : sample-client-weather

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.3.24

All Versions

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

Version Vulnerabilities Updated
0.3.x
sample-client-weather-0.3.24
sample-client-weather-0.3.23
sample-client-weather-0.3.22
sample-client-weather-0.3.21
sample-client-weather-0.3.20
sample-client-weather-0.3.19
sample-client-weather-0.3.18
sample-client-weather-0.3.17
sample-client-weather-0.3.16
sample-client-weather-0.3.15
sample-client-weather-0.3.14
sample-client-weather-0.3.13
sample-client-weather-0.3.11
sample-client-weather-0.3.10
sample-client-weather-0.3.9
sample-client-weather-0.3.8
sample-client-weather-0.3.7
sample-client-weather-0.3.6

How to add a dependency to Maven

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

<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>sample-client-weather</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-weather gradle dependency to your build.gradle file:

implementation 'io.americanexpress.synapse:sample-client-weather:0.3.24'

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

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

How to add a dependency to SBT Scala

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

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