MVN

org.apache.royale.framework : royale-simple-library-archetype

Maven & Gradle

May 12, 2023
327 stars

Apache Royale: Framework: Archetypes: Simple Royale Library · Maven archetype for creating Royale Maven project for building a simple Royale library.

mvn archetype:generate -DarchetypeGroupId=org.apache.royale.framework -DarchetypeArtifactId=royale-simple-library-archetype -DarchetypeVersion=0.9.10
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.royale.framework : royale-simple-library-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.9.10

All Versions

Choose a version of org.apache.royale.framework : royale-simple-library-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.9.x
royale-simple-library-archetype-0.9.10
royale-simple-library-archetype-0.9.9
royale-simple-library-archetype-0.9.8
royale-simple-library-archetype-0.9.7
royale-simple-library-archetype-0.9.6
royale-simple-library-archetype-0.9.4
royale-simple-library-archetype-0.9.2
royale-simple-library-archetype-0.9.1
royale-simple-library-archetype-0.9.0

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.apache.royale.framework -DarchetypeArtifactId=royale-simple-library-archetype -DarchetypeVersion=0.9.10

Advertisement