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