Wiki

Clone wiki

itk-payloads / Maven

Using itk-payloads with Maven

If you are using Maven to build your Java project, you can use itk-payloads by simply adding the below dependency to your pom file:

#!xml
<dependency>
  <groupId>uk.nhs.interoperability</groupId>
  <artifactId>itk-payloads</artifactId>
  <version>0.5</version>
</dependency>

You can check for the latest version on maven central.

Back

Updated