mule-example-bookstore-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mule.examples</groupId> <artifactId>mule-example-bookstore-api</artifactId> <version>3.0.0-RC2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.mule.examples</groupId> <artifactId>mule-example-bookstore-parent</artifactId> <version>3.0.0-RC2</version> </parent> <artifactId>mule-example-bookstore-api</artifactId> <name>Bookstore Example: API</name> <description> API classes needed to interface with the Bookstore. </description> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> <version>${geronimoSpecsWsMetadataVersion}</version> </dependency> </dependencies> </project>