Annotation Processing Commons

A library with common functionalities for facilitating the implementation of Java annotation processors.

Лицензия

Лицензия

Категории

Категории

SBE Данные Data Structures
Группа

Группа

com.github.misberner.ap-commons
Идентификатор

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

ap-commons
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Annotation Processing Commons
A library with common functionalities for facilitating the implementation of Java annotation processors.
Ссылка на сайт

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

https://github.com/misberner/ap-commons
Система контроля версий

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

https://github.com/misberner/ap-commons/tree/master

Скачать ap-commons

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

<!-- https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/ -->
<dependency>
    <groupId>com.github.misberner.ap-commons</groupId>
    <artifactId>ap-commons</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/
implementation 'com.github.misberner.ap-commons:ap-commons:0.0.2'
// https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/
implementation ("com.github.misberner.ap-commons:ap-commons:0.0.2")
'com.github.misberner.ap-commons:ap-commons:jar:0.0.2'
<dependency org="com.github.misberner.ap-commons" name="ap-commons" rev="0.0.2">
  <artifact name="ap-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.misberner.ap-commons', module='ap-commons', version='0.0.2')
)
libraryDependencies += "com.github.misberner.ap-commons" % "ap-commons" % "0.0.2"
[com.github.misberner.ap-commons/ap-commons "0.0.2"]

Зависимости

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

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

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

AP Commons Library

AP Commons is a library to facilitate writing your own annotation processors using the Annotation Processing API. Note that this is not the API of the Annotation Processing Tool (APT), which is a Sun/Oracle proprietary technology and has been deprecated since Java SE 7 in favor of the standardized javax.lang.model and javax.annotation.processing APIs.

License

AP Commons is licensed under the terms of the Apache License, Version 2.0.

Resources

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

Версия
0.0.2
0.0.1