api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.walterjwhite.infrastructure.datastore</groupId>
<artifactId>api</artifactId>
<version>0.0.15</version>
</dependency><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>com.walterjwhite.infrastructure</groupId>
<artifactId>datastore</artifactId>
<version>0.0.15</version>
</parent>
<groupId>com.walterjwhite.infrastructure.datastore</groupId>
<artifactId>api</artifactId>
<packaging>pom</packaging>
<name>Datastore - API</name>
<modules>
<module>event</module>
<module>model</module>
<!--<module>service</module>-->
<!--
<module>verify</module>
-->
</modules>
<dependencies>
<!--
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<version>1.0.1.Final</version>
</dependency>
-->
</dependencies>
</project>