MVN

de.schlichtherle : javafx-scala-demo

Maven & Gradle

Oct 04, 2011

JavaFX + Scala Demo Archetype · An archetype for a standalone JavaFX 2.0 application written in Scala. The generated application is translated from the Colorful Circles demo from the JavaFX 2.0 SDK.

mvn archetype:generate -DarchetypeGroupId=de.schlichtherle -DarchetypeArtifactId=javafx-scala-demo -DarchetypeVersion=0.4
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.schlichtherle : javafx-scala-demo to generate a Maven project - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of de.schlichtherle : javafx-scala-demo to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.4
javafx-scala-demo-0.4
0.3
javafx-scala-demo-0.3
0.2
javafx-scala-demo-0.2
0.1
javafx-scala-demo-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=de.schlichtherle -DarchetypeArtifactId=javafx-scala-demo -DarchetypeVersion=0.4

Advertisement