| License | License | 
|---|---|
| GroupId | GroupIdorg.hspconsortium | 
| ArtifactId | ArtifactIdhsp-reference-apps | 
| Last Version | Last Version0.8 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | DescriptionHealth Services Platform Consortium - HSP Reference Impl - Apps HSP Reference Impl applications | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| hsp-reference-apps-0.8.pom | |
| hsp-reference-apps-0.8.war | 10 MB | 
| hsp-reference-apps-0.8-sources.jar | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.hspconsortium/hsp-reference-apps/ -->
<dependency>
    <groupId>org.hspconsortium</groupId>
    <artifactId>hsp-reference-apps</artifactId>
    <version>0.8</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.hspconsortium/hsp-reference-apps/
implementation 'org.hspconsortium:hsp-reference-apps:0.8'// https://jarcasting.com/artifacts/org.hspconsortium/hsp-reference-apps/
implementation ("org.hspconsortium:hsp-reference-apps:0.8")'org.hspconsortium:hsp-reference-apps:war:0.8'<dependency org="org.hspconsortium" name="hsp-reference-apps" rev="0.8">
  <artifact name="hsp-reference-apps" type="war" />
</dependency>@Grapes(
@Grab(group='org.hspconsortium', module='hsp-reference-apps', version='0.8')
)libraryDependencies += "org.hspconsortium" % "hsp-reference-apps" % "0.8"[org.hspconsortium/hsp-reference-apps "0.8"]