hsp-reference-apps
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hspconsortium</groupId>
<artifactId>hsp-reference-apps</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/maven-v4_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-reference-apps</artifactId>
<packaging>war</packaging>
<name>Health Services Platform Consortium - HSP Reference Impl - Apps</name>
<description>HSP Reference Impl applications</description>
<url>https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium</url>
<build>
<finalName>hsp-reference-apps</finalName>
</build>
</project>