| Лицензия |
Лицензия |
|---|---|
| Группа | Группаca.uhn.hapi |
| Идентификатор | Идентификаторhapi-hl7overhttp |
| Последняя версия | Последняя версия2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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).
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ca.uhn.hapi : hapi-base Необязательный | jar | 2.3 |
| org.slf4j : slf4j-api | jar | 1.7.10 |
| org.slf4j : slf4j-log4j12 Необязательный | jar | 1.7.10 |
| log4j : log4j Необязательный | jar | 1.2.17 |
| commons-lang : commons-lang | jar | 2.6 |
| org.mortbay.jetty : jetty Необязательный | jar | 6.1.26 |
| org.mortbay.jetty : jetty-sslengine Необязательный | jar | 6.1.26 |
| org.bouncycastle : bcprov-jdk16 | jar | 1.46 |
| org.bouncycastle : bcmail-jdk16 | jar | 1.46 |
| org.springframework : spring-context Необязательный | jar | 4.1.4.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ca.uhn.hapi : hapi-structures-v25 | jar | 2.3 |
| junit : junit | jar | 4.11 |