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'