Skip to content

openEHR/java-libs

Repository files navigation

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.

About

Standard Java libraries for Java implementations of openEHR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages