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