HAPI - 06 - Test Case Suite

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 is dual licensed (MPL, GPL)
Mozilla Public License 1.1
Группа

Группа

ca.uhn.hapi
Идентификатор

Идентификатор

hapi-test
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

HAPI - 06 - Test Case Suite
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).
Организация-разработчик

Организация-разработчик

University Health Network

Скачать hapi-test

Как подключить последнюю версию

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

Зависимости

compile (14)

Идентификатор библиотеки Тип Версия
ca.uhn.hapi : hapi-base jar 1.2
ca.uhn.hapi : hapi-structures-v21 jar 1.2
ca.uhn.hapi : hapi-structures-v22 jar 1.2
ca.uhn.hapi : hapi-structures-v23 jar 1.2
ca.uhn.hapi : hapi-structures-v231 jar 1.2
ca.uhn.hapi : hapi-structures-v24 jar 1.2
ca.uhn.hapi : hapi-structures-v25 jar 1.2
ca.uhn.hapi : hapi-structures-v251 jar 1.2
ca.uhn.hapi : hapi-structures-v26 jar 1.2
ca.uhn.hapi : hapi-sourcegen jar 1.2
junit : junit jar 3.8.1
junit-addons : junit-addons jar 1.4
jaxen : jaxen jar 1.0-FCS
saxpath : saxpath jar 1.0-FCS

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2
1.2-beta1
1.1
1.1-beta2