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