MVN

org.mule.examples : mule-example-bookstore-api

Maven & Gradle

Aug 25, 2010
2 usages

Bookstore Example: API · API classes needed to interface with the Bookstore.

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-bookstore-api</artifactId>
    <version>3.0.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mule.examples : mule-example-bookstore-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M4
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.mule.examples : mule-example-bookstore-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
mule-example-bookstore-api-3.0.0-RC2
mule-example-bookstore-api-3.0.0-RC1
mule-example-bookstore-api-3.0.0-M4
mule-example-bookstore-api-3.0.0-M3
mule-example-bookstore-api-3.0.0-M2
mule-example-bookstore-api-3.0.0-M2-20091130
mule-example-bookstore-api-3.0.0-M2-20091124
mule-example-bookstore-api-3.0.0-M2-20091026
mule-example-bookstore-api-3.0.0-M2-20091006
mule-example-bookstore-api-3.0.0-M2-20090803
mule-example-bookstore-api-3.0.0-M1
1.0
mule-example-bookstore-api-1.0

How to add a dependency to Maven

Add the following org.mule.examples : mule-example-bookstore-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mule.examples</groupId>
    <artifactId>mule-example-bookstore-api</artifactId>
    <version>3.0.0-M4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mule.examples : mule-example-bookstore-api gradle dependency to your build.gradle file:

implementation 'org.mule.examples:mule-example-bookstore-api:3.0.0-M4'

Gradle Kotlin DSL: Add the following org.mule.examples : mule-example-bookstore-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mule.examples:mule-example-bookstore-api:3.0.0-M4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mule.examples : mule-example-bookstore-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mule.examples" % "mule-example-bookstore-api" % "3.0.0-M4"

Advertisement