UIannot

A java annotations library for associating classes and fields with HTML widgets

Лицензия

Лицензия

Группа

Группа

eu.miltema
Идентификатор

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

ui-annot
Последняя версия

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

0.5.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

UIannot
A java annotations library for associating classes and fields with HTML widgets
Ссылка на сайт

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

https://github.com/tehnomaan/uiannot
Система контроля версий

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

https://github.com/tehnomaan/uiannot

Скачать ui-annot

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

<!-- https://jarcasting.com/artifacts/eu.miltema/ui-annot/ -->
<dependency>
    <groupId>eu.miltema</groupId>
    <artifactId>ui-annot</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.miltema/ui-annot/
implementation 'eu.miltema:ui-annot:0.5.1'
// https://jarcasting.com/artifacts/eu.miltema/ui-annot/
implementation ("eu.miltema:ui-annot:0.5.1")
'eu.miltema:ui-annot:jar:0.5.1'
<dependency org="eu.miltema" name="ui-annot" rev="0.5.1">
  <artifact name="ui-annot" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.miltema', module='ui-annot', version='0.5.1')
)
libraryDependencies += "eu.miltema" % "ui-annot" % "0.5.1"
[eu.miltema/ui-annot "0.5.1"]

Зависимости

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

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

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

UIannot

UI-annot is a java annotations library for associating classes and fields with HTML widgets.

Dependencies

The library has no dependencies other than Java 1.8+. To use UI-annot annotations in Your project, add this dependency to build.gradle:

dependencies {
    implementation 'eu.miltema:ui-annot:0.5.1'
}

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

Версия
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0