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