gwt-simple

simple gwt project archetype with the net.ltgt plugin

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.gwidgets.maven
Идентификатор

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

gwt-simple
Последняя версия

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

0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

gwt-simple
simple gwt project archetype with the net.ltgt plugin
Организация-разработчик

Организация-разработчик

G-Widgets

Скачать gwt-simple

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

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

Зависимости

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

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

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

Build Status

Description

This project provides a set of archetypes for starting your GWT application.

Available archetypes

The available archetypes are:

  • gwt-simple: minimal ready to run gwt project with an empty entry point class. It makes use of the net.ltgt.gwt.maven maven plugin. To run dev mode: mvn gwt:devmode. More info on goals and configuration can be found on the plugin's documentation.
  • gwt-simple-mojo-plugin: same as gwt-simple except that it uses the org.codehaus.mojo plugin. To run dev mode: mvn package gwt:run. More info on goals and configuration can be found on the plugin's documentation.
  • spring-boot-gwt: This archetype is an integration of GWT into a spring boot application. There are two predefined profiles for running GWT dev mode and for running the application in production. To run the spring boot app with GWT in devmode you need to run the following commands: mvn spring-boot:run and in a different window mvn gwt:devmode -Pgwt-dev. If you don't need to you use GWT devmode and you need to run or package the application you can use the gwt-prod profile. For example: mvn package -Pgwt:prod. Spring Boot version: 1.5.2.RELEASE, GWT version: 2.8.0. This archetypes uses the net.ltgt.gwt.maven GWT plugin.

Usage

On Windows:

mvn archetype:generate -DarchetypeGroupId=com.gwidgets.maven                ^
  -DarchetypeArtifactId={artifactName}          ^
  -DarchetypeVersion=0.4                ^
  -DgroupId={yourGroupId}                               ^
  -DartifactId={yourArtifactID}                            ^
  -Dmodule={moduleName}                                  ^
  -Dversion={yourVersion}

On Linux/Mac Os:

mvn archetype:generate -DarchetypeGroupId=com.gwidgets.maven                \
  -DarchetypeArtifactId={artifactName}          \
  -DarchetypeVersion=0.4                \
  -DgroupId={yourGroupId}                                \
  -DartifactId={yourArtifactID}                             \
  -Dmodule={moduleName}                                   \
  -Dversion={yourVersion}
com.gwidgets.maven

G-Widgets

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

Версия
0.4