MVN

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

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.3.24

All Versions

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

Version Vulnerabilities Updated
0.3.x
sample-data-postgres-book-0.3.24
sample-data-postgres-book-0.3.23
sample-data-postgres-book-0.3.22
sample-data-postgres-book-0.3.21
sample-data-postgres-book-0.3.20
sample-data-postgres-book-0.3.19
sample-data-postgres-book-0.3.18
sample-data-postgres-book-0.3.17
sample-data-postgres-book-0.3.16
sample-data-postgres-book-0.3.15
sample-data-postgres-book-0.3.14
sample-data-postgres-book-0.3.13
sample-data-postgres-book-0.3.11
sample-data-postgres-book-0.3.10
sample-data-postgres-book-0.3.9
sample-data-postgres-book-0.3.8
sample-data-postgres-book-0.3.7
sample-data-postgres-book-0.3.6
sample-data-postgres-book-0.3.5
sample-data-postgres-book-0.3.3
sample-data-postgres-book-0.3.2
sample-data-postgres-book-0.3.1
sample-data-postgres-book-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.americanexpress.synapse</groupId>
    <artifactId>sample-data-postgres-book</artifactId>
    <version>0.3.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.americanexpress.synapse:sample-data-postgres-book:0.3.24'

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

implementation("io.americanexpress.synapse:sample-data-postgres-book:0.3.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.americanexpress.synapse" % "sample-data-postgres-book" % "0.3.24"