The openEHR Reference Java Implementation

Standard Java libraries for Java implementations of openEHR

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.openehr.java-libs
ArtifactId

ArtifactId

java-libs
Last Version

Last Version

1.0.71
Release Date

Release Date

Type

Type

pom
Description

Description

The openEHR Reference Java Implementation
Standard Java libraries for Java implementations of openEHR
Project URL

Project URL

https://github.com/openEHR/java-libs
Project Organization

Project Organization

The openEHR Foundation
Source Code Management

Source Code Management

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

Download java-libs

Filename Size
java-libs-1.0.71.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • openehr-rm-core
  • openehr-rm-domain
  • openehr-aom
  • openehr-ap
  • adl-parser
  • dadl-parser
  • oet-parser
  • adl-serializer
  • xml-serializer
  • measure-serv
  • mini-termserv
  • rm-builder
  • xml-binding
  • dadl-binding
  • rm-skeleton
  • archetype-validator

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.

Versions

Version
1.0.71