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