Skip to content

Releases: OP-TED/ESPD-EDM

v2.0.0

22 Dec 16:32
Compare
Choose a tag to compare
  • Adoption of UBL-2.2 XSD Schemata;
  • Introduction of REGULATED and SELFCONTAINED ESPD

v1.0.2

22 Dec 16:32
Compare
Choose a tag to compare

v1.0.1

22 Dec 16:31
Compare
Choose a tag to compare

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")
}