Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 753 Bytes

File metadata and controls

20 lines (13 loc) · 753 Bytes

Gematik Logo

NCPeH-Simulation-TD-API

This module contains the NCPeH-Simulation API definition in Java.

An API description in the YAML format is generated from it and just like the built Java-Lib itself (including JavaDoc and Sources), can be found on Maven Central.

For integrating the Java-Lib in your maven project you can use:

<dependency>
  <groupId>de.gematik.api</groupId>
  <artifactId>ncpeh-simulation-td-api</artifactId>
  <version>x.y.z</version>
</dependency>  

For gradle it is

implementation 'de.gematik.api:ncpeh-simulation-td-api:x.y.z'