GroupId | GroupIdorg.openehealth.ipf.commons |
---|---|
ArtifactId | ArtifactIdipf-commons |
Version | Version3.3.0 |
Type | Typepom |
Filename | Size |
---|---|
ipf-commons-3.3.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons/ -->
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons/
implementation 'org.openehealth.ipf.commons:ipf-commons:3.3.0'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons/
implementation ("org.openehealth.ipf.commons:ipf-commons:3.3.0")
'org.openehealth.ipf.commons:ipf-commons:pom:3.3.0'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons" rev="3.3.0">
<artifact name="ipf-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons', version='3.3.0')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons" % "3.3.0"
[org.openehealth.ipf.commons/ipf-commons "3.3.0"]