| GroupId | GroupIdorg.openehealth.ipf.commons |
|---|---|
| ArtifactId | ArtifactIdipf-commons-core |
| Version | Version4.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ipf-commons-core-4.0.1.pom | |
| ipf-commons-core-4.0.1.jar | 30 KB |
| ipf-commons-core-4.0.1-tests.jar | 12 KB |
| ipf-commons-core-4.0.1-test-sources.jar | 8 KB |
| ipf-commons-core-4.0.1-sources.jar | 31 KB |
| ipf-commons-core-4.0.1-javadoc.jar | 554 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-core/ -->
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-core</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-core/
implementation 'org.openehealth.ipf.commons:ipf-commons-core:4.0.1'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-core/
implementation ("org.openehealth.ipf.commons:ipf-commons-core:4.0.1")
'org.openehealth.ipf.commons:ipf-commons-core:jar:4.0.1'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-core" rev="4.0.1">
<artifact name="ipf-commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-core', version='4.0.1')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-core" % "4.0.1"
[org.openehealth.ipf.commons/ipf-commons-core "4.0.1"]