hsp-reference-impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hspconsortium</groupId>
<artifactId>hsp-reference-impl</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-reference-impl</artifactId>
<version>0.8</version>
<packaging>pom</packaging>
<name>Health Services Platform Consortium - HSP Reference Impl</name>
<description>HSP Client Examples Aggregator POM</description>
<url>https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium</url>
<modules>
<module>apps</module>
<module>api</module>
<module>authorization</module>
</modules>
</project>