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