Maven Dependency - Inspiredsoft/exporter GitHub Wiki

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>
⚠️ **GitHub.com Fallback** ⚠️