MVN

org.integratedmodelling : klab-component-quickstart

Maven & Gradle

May 12, 2016

k.LAB component quickstart archetype · Use this archetype to quickly populate a Maven project suitable for implementing a new k.LAB component.

mvn archetype:generate -DarchetypeGroupId=org.integratedmodelling -DarchetypeArtifactId=klab-component-quickstart -DarchetypeVersion=0.9.9
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.integratedmodelling : klab-component-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of org.integratedmodelling : klab-component-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.9.x
klab-component-quickstart-0.9.9

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.integratedmodelling -DarchetypeArtifactId=klab-component-quickstart -DarchetypeVersion=0.9.9