MVN

com.fastjrun.archetype : sdkg-archetype

Maven & Gradle

Nov 10, 2022
0 stars

自定义接口代码生成器原型 · 快嘉框架archetype系列-自定义接口代码生成器

mvn archetype:generate -DarchetypeGroupId=com.fastjrun.archetype -DarchetypeArtifactId=sdkg-archetype -DarchetypeVersion=1.5
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fastjrun.archetype : sdkg-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of com.fastjrun.archetype : sdkg-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.5
sdkg-archetype-1.5
1.4
sdkg-archetype-1.4

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=com.fastjrun.archetype -DarchetypeArtifactId=sdkg-archetype -DarchetypeVersion=1.5

Advertisement