Создать Java проект на основе Maven архетипа xtend-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.
Консольная команда для создания Java-проекта на основе архетипа xtend-archetype:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DsourceEncoding="My-sourceEncoding" -DjavaVersion="My-javaVersion" -DarchetypeGroupId="org.eclipse.xtend" -DarchetypeArtifactId="xtend-archetype" -DarchetypeVersion="2.26.0.M3" -DinteractiveMode=false
Обязательные параметры для создания java проекта:
- sourceEncoding
-
validationRegex: нет
- javaVersion
-
validationRegex: нет
Подробная информация об архетипе xtend-archetype
| Лицензия |
Лицензия
|
| Группа |
Группаorg.eclipse.xtend |
| Идентификатор |
Идентификаторxtend-archetype |
| Версия |
Версия2.26.0.M3 |
| Тип |
Тип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.
|
| Ссылка на сайт |
Ссылка на сайт
http://xtend-lang.org/xtend-archetype
|
Как подключить последнюю версию
Зависимости
test (1)
Модули Проекта
Данный проект не имеет модулей.