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