| License | License | 
|---|---|
| GroupId | GroupIdorg.hspconsortium | 
| ArtifactId | ArtifactIdhsp-examples | 
| Last Version | Last Version0.8 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionHealth Services Platform Consortium - HSP Client Examples HSP Client Examples Aggregator POM | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| hsp-examples-0.8.pom | 1008 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.hspconsortium/hsp-examples/ -->
<dependency>
    <groupId>org.hspconsortium</groupId>
    <artifactId>hsp-examples</artifactId>
    <version>0.8</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.hspconsortium/hsp-examples/
implementation 'org.hspconsortium:hsp-examples:0.8'// https://jarcasting.com/artifacts/org.hspconsortium/hsp-examples/
implementation ("org.hspconsortium:hsp-examples:0.8")'org.hspconsortium:hsp-examples:pom:0.8'<dependency org="org.hspconsortium" name="hsp-examples" rev="0.8">
  <artifact name="hsp-examples" type="pom" />
</dependency>@Grapes(
@Grab(group='org.hspconsortium', module='hsp-examples', version='0.8')
)libraryDependencies += "org.hspconsortium" % "hsp-examples" % "0.8"[org.hspconsortium/hsp-examples "0.8"]