Maven archetype for Grails projects

Maven archetype for Grails projects.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Grails Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.grails
Идентификатор

Идентификатор

grails-maven-archetype
Последняя версия

Последняя версия

2.4.0.RC2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven archetype for Grails projects
Maven archetype for Grails projects.
Ссылка на сайт

Ссылка на сайт

http://github.com/grails/grails-maven-archetype
Система контроля версий

Система контроля версий

http://github.com/grails/grails-maven-archetype

Скачать grails-maven-archetype

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.grails/grails-maven-archetype/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-maven-archetype</artifactId>
    <version>2.4.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-maven-archetype/
implementation 'org.grails:grails-maven-archetype:2.4.0.RC2'
// https://jarcasting.com/artifacts/org.grails/grails-maven-archetype/
implementation ("org.grails:grails-maven-archetype:2.4.0.RC2")
'org.grails:grails-maven-archetype:jar:2.4.0.RC2'
<dependency org="org.grails" name="grails-maven-archetype" rev="2.4.0.RC2">
  <artifact name="grails-maven-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-maven-archetype', version='2.4.0.RC2')
)
libraryDependencies += "org.grails" % "grails-maven-archetype" % "2.4.0.RC2"
[org.grails/grails-maven-archetype "2.4.0.RC2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Grails

[Grails][Grails] is a framework used to build web applications with the [Groovy][Groovy] programming language. The core framework is very extensible and there are numerous [plugins][plugins] available that provide easy integration of add-on features. [Grails]: http://grails.org/ [Groovy]: http://groovy.codehaus.org/ [plugins]: http://grails.org/plugins/

Getting Started

You need a Java Development Kit (JDK) installed, but it is not necessary to install Groovy because it's bundled with the Grails distribution. You also need a Maven distribution with version > 2.0.9 (plugins were not tested with versions anterior to this). Where grailsVersion is your grails distribution version, in your terminal/console :

mvn archetype:generate -DarchetypeGroupId=org.grails -DarchetypeArtifactId=grails-maven-archetype -DarchetypeVersion=${grailsVersion} -DgroupId=example -DartifactId=my-app -DarchetypeRepository=http://repo.grails.org/grails/core/
mvn initialize

For further usage refer to the Grails documentation on maven : http://grails.org/doc/latest/guide/commandLine.html#antAndMaven

If you want to use a snapshot version of grails-maven-plugin, then you must uncomment the snapshot repositories inside of the generated pom.xml.

License

Grails and Groovy are licensed under the terms of the [Apache License, Version 2.0][Apache License, Version 2.0]. [Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html

org.grails

grails

Версии библиотеки

Версия
2.4.0.RC2
2.4.0.RC1
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.2.0.RC2
2.2.0.RC1
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0.RC3
2.1.0.RC2
2.1.0.RC1
2.0.3
2.0.1
1.3.7
1.3.6
1.3.4
1.3.3
1.3.2
1.2.2
1.2.1
1.2.0
1.1
1.0
1.0-RC2
1.0-RC1
1.0-beta3
1.0-beta2