License |
License
HAPI is dual licensed (MPL, GPL)
Mozilla Public License 1.1
|
---|---|
GroupId | GroupIdca.uhn.hapi |
ArtifactId | ArtifactIdhapi-structures-v26 |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHAPI - Java HL7 API - Generated Structures v2.6
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 |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-structures-v26/ -->
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-structures-v26</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-structures-v26/
implementation 'ca.uhn.hapi:hapi-structures-v26:2.3'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-structures-v26/
implementation ("ca.uhn.hapi:hapi-structures-v26:2.3")
'ca.uhn.hapi:hapi-structures-v26:jar:2.3'
<dependency org="ca.uhn.hapi" name="hapi-structures-v26" rev="2.3">
<artifact name="hapi-structures-v26" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-structures-v26', version='2.3')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-structures-v26" % "2.3"
[ca.uhn.hapi/hapi-structures-v26 "2.3"]
Group / Artifact | Type | Version |
---|---|---|
ca.uhn.hapi : hapi-base | jar | 2.3 |