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