Last Version

HAPI - Java HL7 API - HL7 over HTTP 2.3

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).

License

License

GroupId

GroupId

ca.uhn.hapi
ArtifactId

ArtifactId

hapi-hl7overhttp
Version

Version

2.3
Type

Type

jar
Description

Description

HAPI - 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

http://maven.apache.org
Project Organization

Project Organization

University Health Network

Download hapi-hl7overhttp 2.3


<!-- 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"]

Dependencies

compile (10)

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

test (2)

Group / Artifact Type Version
ca.uhn.hapi : hapi-structures-v25 jar 2.3
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.