openEHR Minimum Terminology Service

The minimum terminology service required by the Java kernel

Лицензия

Лицензия

Группа

Группа

org.openehr.java-libs
Идентификатор

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

mini-termserv
Последняя версия

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

1.0.71
Дата

Дата

Тип

Тип

jar
Описание

Описание

openEHR Minimum Terminology Service
The minimum terminology service required by the Java kernel
Организация-разработчик

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

openEHR
Система контроля версий

Система контроля версий

http://github.com/openEHR/java-libs/tree/master/mini-termserv

Скачать mini-termserv

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

<!-- https://jarcasting.com/artifacts/org.openehr.java-libs/mini-termserv/ -->
<dependency>
    <groupId>org.openehr.java-libs</groupId>
    <artifactId>mini-termserv</artifactId>
    <version>1.0.71</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehr.java-libs/mini-termserv/
implementation 'org.openehr.java-libs:mini-termserv:1.0.71'
// https://jarcasting.com/artifacts/org.openehr.java-libs/mini-termserv/
implementation ("org.openehr.java-libs:mini-termserv:1.0.71")
'org.openehr.java-libs:mini-termserv:jar:1.0.71'
<dependency org="org.openehr.java-libs" name="mini-termserv" rev="1.0.71">
  <artifact name="mini-termserv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehr.java-libs', module='mini-termserv', version='1.0.71')
)
libraryDependencies += "org.openehr.java-libs" % "mini-termserv" % "1.0.71"
[org.openehr.java-libs/mini-termserv "1.0.71"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.openehr.java-libs : openehr-rm-core jar 1.0.71
jdom : jdom jar 1.0
log4j : log4j jar 1.2.8

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

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

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

java-libs

Java openEHR Implementation project (ADL 1.4)

Getting Started

Requirements

  • Java 8 or higher
  • Maven 3.0.4 or higher

Usage

The java-libs project is available at Maven Central.

For example, if you need to use the adl-parser, add into your pom.xml:

<dependency>
    <groupId>org.openehr.java-libs</groupId>
    <artifactId>adl-parser</artifactId>
    <version>1.0.71</version>
</dependency>

Installation

To build the whole project, first clone it, and once inside the project's folder (by default java-libs), run:

mvn clean install

This will create binary files in the target directories of each submodule.

org.openehr.java-libs

openEHR International

Non-profit organisation publishing specifications, models and software for an open health computing platform.

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

Версия
1.0.71