| Лицензия |
Лицензия
HAPI is dual licensed (MPL, GPL)
Mozilla Public License 1.1
|
|---|---|
| Группа | Группаca.uhn.hapi |
| Идентификатор | Идентификаторhapi-structures-v23 |
| Версия | Версия2.3 |
| Тип | Типjar |
| Описание |
ОписаниеHAPI - Java HL7 API - Generated Structures v2.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).
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hapi-structures-v23-2.3.pom | |
| hapi-structures-v23-2.3.jar | 1 MB |
| hapi-structures-v23-2.3-sources.jar | 2 MB |
| hapi-structures-v23-2.3-jdk14.jar | 2 MB |
| hapi-structures-v23-2.3-javadoc.jar | 14 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-structures-v23/ -->
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-structures-v23</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-structures-v23/
implementation 'ca.uhn.hapi:hapi-structures-v23:2.3'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-structures-v23/
implementation ("ca.uhn.hapi:hapi-structures-v23:2.3")
'ca.uhn.hapi:hapi-structures-v23:jar:2.3'
<dependency org="ca.uhn.hapi" name="hapi-structures-v23" rev="2.3">
<artifact name="hapi-structures-v23" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-structures-v23', version='2.3')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-structures-v23" % "2.3"
[ca.uhn.hapi/hapi-structures-v23 "2.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| ca.uhn.hapi : hapi-base | jar | 2.3 |