Skip to content

Maven Dependency

Massimo edited this page May 17, 2016 · 4 revisions

The project is release in the Nexsus Repository so first af all that repository should be included in the repository section of your pom file:

<repository>
    <id>JBOSS_NEXUS</id>
    <url>http://repository.jboss.org/nexus/content/groups/public</url>
</repository>

then just add the following dependency.

<dependency>
  <groupId>it.inspiredsoft</groupId>
  <artifactId>model-exporter</artifactId>
  <version>1.0.1</version>
</dependency>
Clone this wiki locally