UIannot

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

License

License

GroupId

GroupId

eu.miltema
ArtifactId

ArtifactId

ui-annot
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/tehnomaan/uiannot
Source Code Management

Source Code Management

https://github.com/tehnomaan/uiannot

Download ui-annot

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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'
}

Versions

Version
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