| GroupId | GroupIdorg.openehealth.ipf.commons | 
|---|---|
| ArtifactId | ArtifactIdipf-commons-ihe | 
| Version | Version3.3-20170504 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| ipf-commons-ihe-3.3-20170504.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe/ -->
<dependency>
    <groupId>org.openehealth.ipf.commons</groupId>
    <artifactId>ipf-commons-ihe</artifactId>
    <version>3.3-20170504</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe/
implementation 'org.openehealth.ipf.commons:ipf-commons-ihe:3.3-20170504'// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe/
implementation ("org.openehealth.ipf.commons:ipf-commons-ihe:3.3-20170504")'org.openehealth.ipf.commons:ipf-commons-ihe:pom:3.3-20170504'<dependency org="org.openehealth.ipf.commons" name="ipf-commons-ihe" rev="3.3-20170504">
  <artifact name="ipf-commons-ihe" type="pom" />
</dependency>@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-ihe', version='3.3-20170504')
)libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe" % "3.3-20170504"[org.openehealth.ipf.commons/ipf-commons-ihe "3.3-20170504"]