Last Version

HAPI - Java HL7 API - Distribution 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

HAPI is dual licensed (MPL, GPL)
Mozilla Public License 1.1
GroupId

GroupId

ca.uhn.hapi
ArtifactId

ArtifactId

hapi-dist
Version

Version

2.3
Type

Type

pom
Description

Description

HAPI - Java HL7 API - Distribution
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 Organization

Project Organization

University Health Network

Download hapi-dist 2.3

Filename Size
hapi-dist-2.3.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-dist/ -->
<dependency>
    <groupId>ca.uhn.hapi</groupId>
    <artifactId>hapi-dist</artifactId>
    <version>2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-dist/
implementation 'ca.uhn.hapi:hapi-dist:2.3'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-dist/
implementation ("ca.uhn.hapi:hapi-dist:2.3")
'ca.uhn.hapi:hapi-dist:pom:2.3'
<dependency org="ca.uhn.hapi" name="hapi-dist" rev="2.3">
  <artifact name="hapi-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-dist', version='2.3')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-dist" % "2.3"
[ca.uhn.hapi/hapi-dist "2.3"]

Dependencies

compile (17)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.10
org.slf4j : slf4j-log4j12 Optional jar 1.7.10
ca.uhn.hapi : hapi-base jar 2.3
ca.uhn.hapi : hapi-hl7overhttp jar 2.3
ca.uhn.hapi : hapi-examples jar 2.3
ca.uhn.hapi : hapi-structures-v21 jar 2.3
ca.uhn.hapi : hapi-structures-v22 jar 2.3
ca.uhn.hapi : hapi-structures-v23 jar 2.3
ca.uhn.hapi : hapi-structures-v231 jar 2.3
ca.uhn.hapi : hapi-structures-v24 jar 2.3
ca.uhn.hapi : hapi-structures-v25 jar 2.3
ca.uhn.hapi : hapi-structures-v251 jar 2.3
ca.uhn.hapi : hapi-structures-v26 jar 2.3
ca.uhn.hapi : hapi-structures-v27 jar 2.3
ca.uhn.hapi : hapi-structures-v28 jar 2.3
ca.uhn.hapi : hapi-structures-v281 jar 2.3
log4j : log4j Optional jar 1.2.17

Project Modules

There are no modules declared in this project.