Annotation Literal Generator

Annotation processor to build annotation literals for own annotations

Лицензия

Лицензия

Группа

Группа

de.hilling.lang.annotations
Идентификатор

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

literal-generator
Последняя версия

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

2.0.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

Annotation Literal Generator
Annotation processor to build annotation literals for own annotations
Ссылка на сайт

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

https://github.com/guhilling/annotation-literal-generator
Система контроля версий

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

https://github.com/guhilling/annotation-literal-generator.git

Скачать literal-generator

Имя Файла Размер
literal-generator-2.0.3.pom 13 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/literal-generator/ -->
<dependency>
    <groupId>de.hilling.lang.annotations</groupId>
    <artifactId>literal-generator</artifactId>
    <version>2.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/literal-generator/
implementation 'de.hilling.lang.annotations:literal-generator:2.0.3'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/literal-generator/
implementation ("de.hilling.lang.annotations:literal-generator:2.0.3")
'de.hilling.lang.annotations:literal-generator:pom:2.0.3'
<dependency org="de.hilling.lang.annotations" name="literal-generator" rev="2.0.3">
  <artifact name="literal-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='literal-generator', version='2.0.3')
)
libraryDependencies += "de.hilling.lang.annotations" % "literal-generator" % "2.0.3"
[de.hilling.lang.annotations/literal-generator "2.0.3"]

Зависимости

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

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

  • api
  • processor
  • integration-tests

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

Версия
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.11