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