| GroupId | GroupIdorg.openehealth.ipf.commons | 
|---|---|
| ArtifactId | ArtifactIdipf-commons-ihe-hl7v3 | 
| Version | Version3.2-20161005 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe-hl7v3/ -->
<dependency>
    <groupId>org.openehealth.ipf.commons</groupId>
    <artifactId>ipf-commons-ihe-hl7v3</artifactId>
    <version>3.2-20161005</version>
</dependency>// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe-hl7v3/
implementation 'org.openehealth.ipf.commons:ipf-commons-ihe-hl7v3:3.2-20161005'// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe-hl7v3/
implementation ("org.openehealth.ipf.commons:ipf-commons-ihe-hl7v3:3.2-20161005")'org.openehealth.ipf.commons:ipf-commons-ihe-hl7v3:jar:3.2-20161005'<dependency org="org.openehealth.ipf.commons" name="ipf-commons-ihe-hl7v3" rev="3.2-20161005">
  <artifact name="ipf-commons-ihe-hl7v3" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-ihe-hl7v3', version='3.2-20161005')
)libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-hl7v3" % "3.2-20161005"[org.openehealth.ipf.commons/ipf-commons-ihe-hl7v3 "3.2-20161005"]