hsp-java-platform
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hspconsortium</groupId>
<artifactId>hsp-java-platform</artifactId>
<version>0.8</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>org.hspconsortium</groupId>
<artifactId>hspc</artifactId>
<version>0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hsp-java-platform</artifactId>
<version>0.8</version>
<packaging>pom</packaging>
<name>Health Services Platform Consortium - Aggregator</name>
<description>HSP Java Platform Aggregator POM</description>
<url>https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium</url>
<modules>
<module>api</module>
<module>authorization</module>
<module>reference-impl</module>
<module>client</module>
<module>examples</module>
<module>tools</module>
</modules>
</project>