How to install the Java artifact net.mdatools.modelant.template.maven.archetype with Maven
Java
Maven
pom.xml
net.mdatools
modelant.template.maven.archetype
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>net.mdatools</groupId>
<artifactId>modelant.template.maven.archetype</artifactId>
<version>3.3.0</version>
</dependency>
/dependencies>