ESPD Exchange Data Model (ESPD-EDM)
v2.0.2
Installation
With Maven
The recommended way to get started using the exchange-model
in your Java project is with a dependency management system.
pom.xml
<dependency>
<groupId>eu.europa.ec.grow.espd</groupId>
<artifactId>exchange-model2</artifactId>
<version>2.0.2</version>
</dependency>
Version 2 of the |
In order to use the snapshot version, you might have to enable the pom.xml
|