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