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