mayocat-shop-billing-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mayocat.shop</groupId>
<artifactId>mayocat-shop-billing-api</artifactId>
<version>0.40.0</version>
</dependency><!--
Copyright (c) 2012, Mayocat <hello@mayocat.org>
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mayocat.shop</groupId>
<artifactId>mayocat-shop-billing</artifactId>
<version>0.40.0</version>
</parent>
<groupId>org.mayocat.shop</groupId>
<artifactId>mayocat-shop-billing-api</artifactId>
<packaging>jar</packaging>
<name>Mayocat Shop - Billing - API</name>
<description>API module for billing</description>
<dependencies>
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-component-api</artifactId>
<version>${xwiki.version}</version>
</dependency>
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-observation-api</artifactId>
<version>${xwiki.version}</version>
</dependency>
<dependency>
<groupId>org.mayocat.platform</groupId>
<artifactId>mayocat-platform-model</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mayocat.platform</groupId>
<artifactId>mayocat-platform-store-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mayocat.shop</groupId>
<artifactId>mayocat-shop-customer-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>