Maven Archetypes for Gluon Client

Maven archetypes for creating different types of Gluon Client applications.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

client-maven-archetypes
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Maven Archetypes for Gluon Client
Maven archetypes for creating different types of Gluon Client applications.
Ссылка на сайт

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

https://gluonhq.com/
Организация-разработчик

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

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

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

https://github.com/gluonhq/client-maven-archetypes

Скачать client-maven-archetypes

Имя Файла Размер
client-maven-archetypes-0.0.2.pom 4 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/com.gluonhq/client-maven-archetypes/ -->
<dependency>
    <groupId>com.gluonhq</groupId>
    <artifactId>client-maven-archetypes</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gluonhq/client-maven-archetypes/
implementation 'com.gluonhq:client-maven-archetypes:0.0.2'
// https://jarcasting.com/artifacts/com.gluonhq/client-maven-archetypes/
implementation ("com.gluonhq:client-maven-archetypes:0.0.2")
'com.gluonhq:client-maven-archetypes:pom:0.0.2'
<dependency org="com.gluonhq" name="client-maven-archetypes" rev="0.0.2">
  <artifact name="client-maven-archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gluonhq', module='client-maven-archetypes', version='0.0.2')
)
libraryDependencies += "com.gluonhq" % "client-maven-archetypes" % "0.0.2"
[com.gluonhq/client-maven-archetypes "0.0.2"]

Зависимости

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

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

  • client-archetype-java
  • client-archetype-javafx
  • client-archetype-mobile

Maven Archetypes for Gluon Client

Maven archetypes for creating different types of Java(FX) application, which can be compiled and run natively using Gluon Client plugin.

The project is a multi-module Maven project. Each module contains an archetype for creating a Java(FX) application.

Prerequisites

  • JDK 11
  • Maven 3

Install archetype locally

All archetypes are published to Maven Central. However, if you wish to install the archetypes in your local repository execute the following commands:

git clone https://github.com/gluonhq/client-maven-archetypes.git
cd client-maven-archetypes
mvn clean install

This will install all the client archetypes in your local repository.

If you wish to install just one of the archetypes, you can add the name of the project by using -pl:

mvn clean install -pl client-archetype-java

For more information on how to create a project from a local repository, please refer to individual module's README.

com.gluonhq

Gluon Software

Build one mobile application using one cross-platform Java API, and deploy to all platforms.

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

Версия
0.0.2
0.0.1