MVN

net.ladstatt : scala-javafx-archetype

Maven & Gradle

Dec 28, 2012
2 stars

Scala JavaFX Archetype · The Scala JavaFX Archetype provides a simple template for a scala based JavaFX project

mvn archetype:generate -DarchetypeGroupId=net.ladstatt -DarchetypeArtifactId=scala-javafx-archetype -DarchetypeVersion=0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.ladstatt : scala-javafx-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of net.ladstatt : scala-javafx-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.1
scala-javafx-archetype-0.1

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=net.ladstatt -DarchetypeArtifactId=scala-javafx-archetype -DarchetypeVersion=0.1

Advertisement