在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mhshams/kotlin-quickstart-archetype开源软件地址(OpenSource Url):https://github.com/mhshams/kotlin-quickstart-archetype开源编程语言(OpenSource Language):Kotlin 95.3%开源软件介绍(OpenSource Introduction):kotlin-quickstart-archetypeA Maven Archetype to Setup Kotlin Applications With Maven. Archetype InfoUsageQuick Start Archetype is available in The Central Repository, so you just need to execute maven Example: mvn archetype:generate \
-DarchetypeGroupId=com.github.mhshams \
-DarchetypeArtifactId=kotlin-quickstart-archetype \
-DarchetypeVersion=0.2.1
The default kotlin version is 1.0.5-2 but you can override it by setting kotlinVersion parameter during build. Example: $ mvn archetype:generate \
-DarchetypeGroupId=com.github.mhshams \
-DarchetypeArtifactId=kotlin-quickstart-archetype \
-DarchetypeVersion=0.2.1 \
-DkotlinVersion=1.0.5-2
For more information about maven archetype plugin, check this page. Clone And BuildYou can also clone the archetype source code and build it in your local machine: $ git clone https://github.com/kareez/kotlin-quickstart-archetype.git
$ cd kotlin-quickstart-archetype
$ mvn install
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论