mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dplatform_version="My-platform_version" -DarchetypeGroupId="org.eclipse.xtend" -DarchetypeArtifactId="xtend-android-archetype" -DarchetypeVersion="2.17.0.M2" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.eclipse.xtend |
| Идентификатор | Идентификаторxtend-android-archetype |
| Версия | Версия2.17.0.M2 |
| Тип | Типmaven-archetype |
| Описание |
ОписаниеXtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.
|
| Ссылка на сайт |
Ссылка на сайт |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.eclipse.xtend -DarchetypeArtifactId=xtend-android-archetype -DarchetypeVersion=2.17.0.M2 -DinteractiveMode=false