| Лицензия |
Лицензия
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).
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hapi-test-1.2.pom | |
| hapi-test-1.2.jar | 327 KB |
| hapi-test-1.2-sources.jar | 411 bytes |
| hapi-test-1.2-javadoc.jar | 1 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |