MVN

io.datakernel : http-archetype

Maven & Gradle

Sep 14, 2019

Simple HTTP DataKernel App Archetype

mvn archetype:generate -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.0-beta2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.datakernel : http-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 3.0.0-beta2
  • Latest Beta: 3.0.0-beta2

All Versions

Choose a version of io.datakernel : http-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.0.x
http-archetype-3.0.0-beta2

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=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.0-beta2

Advertisement