Release Notes

v1.0.1

The eu.europa.ec.grow.espd.exchange-model Java library was deployed to Maven Central on the 19th of July 2016.

The recommended way to get started using the exchange-model in your Java project is with a dependency management system.

With Maven

pom.xml
<dependency>
  <groupId>eu.europa.ec.grow.espd</groupId>
  <artifactId>exchange-model</artifactId>
  <version>1.0.1</version>
</dependency>

With Gradle

build.gradle
dependencies {
    compile("eu.europa.ec.grow.espd:exchange-model:1.0.1")
}