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