Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 846 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 846 Bytes

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 in philips enviroment, first configure your maven proxy in the file C:\Users<your user>.m2\settings.xml. If the file don't exist it's necessary create it. follow this link https://maven.apache.org/guides/mini/guide-proxies.html

mvn clean install

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