MVN

io.americanexpress.synapse : sample-data-db2-book

Maven & Gradle

Jan 15, 2024
<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>sample-data-db2-book</artifactId>
    <version>0.3.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.americanexpress.synapse : sample-data-db2-book to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.30

All Versions

Choose a version of io.americanexpress.synapse : sample-data-db2-book to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
sample-data-db2-book-0.3.30
sample-data-db2-book-0.3.29
sample-data-db2-book-0.3.28

How to add a dependency to Maven

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

<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>sample-data-db2-book</artifactId>
    <version>0.3.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.americanexpress.synapse : sample-data-db2-book gradle dependency to your build.gradle file:

implementation 'io.americanexpress.synapse:sample-data-db2-book:0.3.30'

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

implementation("io.americanexpress.synapse:sample-data-db2-book:0.3.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.americanexpress.synapse : sample-data-db2-book sbt scala dependency to your build.sbt file:

libraryDependencies += "io.americanexpress.synapse" % "sample-data-db2-book" % "0.3.30"