License |
License |
---|---|
GroupId | GroupIdca.uhn.hapi |
ArtifactId | ArtifactIdhapi-hl7overhttp |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHAPI - Java HL7 API - HL7 over HTTP
HAPI (HL7 application programming interface; pronounced "happy") is an open-source,
object-oriented HL7 2.x parser for Java. HL7 (http://hl7org) is a messaging
specification for healthcare information systems. This project is not affiliated with
the HL7 organization; we are just writing some software that conforms to their
specification. The project was initiated by University Health Network
(a large multi-site teaching hospital in Toronto, Canada).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
hapi-hl7overhttp-2.3.pom | |
hapi-hl7overhttp-2.3.jar | 153 KB |
hapi-hl7overhttp-2.3-sources.jar | 78 KB |
hapi-hl7overhttp-2.3-javadoc.jar | 613 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-hl7overhttp/ -->
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-hl7overhttp</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-hl7overhttp/
implementation 'ca.uhn.hapi:hapi-hl7overhttp:2.3'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-hl7overhttp/
implementation ("ca.uhn.hapi:hapi-hl7overhttp:2.3")
'ca.uhn.hapi:hapi-hl7overhttp:jar:2.3'
<dependency org="ca.uhn.hapi" name="hapi-hl7overhttp" rev="2.3">
<artifact name="hapi-hl7overhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-hl7overhttp', version='2.3')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-hl7overhttp" % "2.3"
[ca.uhn.hapi/hapi-hl7overhttp "2.3"]
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi : hapi-base Optional | jar | 2.3 |
org.slf4j : slf4j-api | jar | 1.7.10 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.7.10 |
log4j : log4j Optional | jar | 1.2.17 |
commons-lang : commons-lang | jar | 2.6 |
org.mortbay.jetty : jetty Optional | jar | 6.1.26 |
org.mortbay.jetty : jetty-sslengine Optional | jar | 6.1.26 |
org.bouncycastle : bcprov-jdk16 | jar | 1.46 |
org.bouncycastle : bcmail-jdk16 | jar | 1.46 |
org.springframework : spring-context Optional | jar | 4.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi : hapi-structures-v25 | jar | 2.3 |
junit : junit | jar | 4.11 |