Files download
File Operation
sample-data-mysql-book-0.3.14.jar download
sample-data-mysql-book-0.3.14.pom download
Apache Maven
<dependency>
  <groupId>io.americanexpress.synapse</groupId>
  <artifactId>sample-data-mysql-book</artifactId>
  <version>0.3.14</version>
</dependency>
Gradle Groovy
implementation 'io.americanexpress.synapse:sample-data-mysql-book:0.3.14'
Gradle Kotlin
implementation("io.americanexpress.synapse:sample-data-mysql-book:0.3.14")
Scala SBT
libraryDependencies += "io.americanexpress.synapse" % "sample-data-mysql-book" % "0.3.14"
Groovy Grape
@Grapes(
  @Grab(group='io.americanexpress.synapse', module='sample-data-mysql-book', version='0.3.14')
)
Apache Ivy
<dependency org="io.americanexpress.synapse" name="sample-data-mysql-book" rev="0.3.14" />
Leiningen
[io.americanexpress.synapse/sample-data-mysql-book "0.3.14"]
Apache Buildr
'io.americanexpress.synapse:sample-data-mysql-book:jar:0.3.14'