| License | License | 
|---|---|
| Categories | CategoriesData | 
| GroupId | GroupIdorg.hspconsortium | 
| ArtifactId | ArtifactIdfhir-dstu2-ballot-example-data | 
| Last Version | Last Version0.8 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHealth Services Platform Consortium - HSP Data - Fhir DSTU2 Sample Data packs for HSP platforms | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.hspconsortium/fhir-dstu2-ballot-example-data/ -->
<dependency>
    <groupId>org.hspconsortium</groupId>
    <artifactId>fhir-dstu2-ballot-example-data</artifactId>
    <version>0.8</version>
</dependency>// https://jarcasting.com/artifacts/org.hspconsortium/fhir-dstu2-ballot-example-data/
implementation 'org.hspconsortium:fhir-dstu2-ballot-example-data:0.8'// https://jarcasting.com/artifacts/org.hspconsortium/fhir-dstu2-ballot-example-data/
implementation ("org.hspconsortium:fhir-dstu2-ballot-example-data:0.8")'org.hspconsortium:fhir-dstu2-ballot-example-data:jar:0.8'<dependency org="org.hspconsortium" name="fhir-dstu2-ballot-example-data" rev="0.8">
  <artifact name="fhir-dstu2-ballot-example-data" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hspconsortium', module='fhir-dstu2-ballot-example-data', version='0.8')
)libraryDependencies += "org.hspconsortium" % "fhir-dstu2-ballot-example-data" % "0.8"[org.hspconsortium/fhir-dstu2-ballot-example-data "0.8"]