aptools

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

aptools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Ссылка на сайт

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

http://maven.apache.org
Система контроля версий

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

https://github.com/verhas/aptools

Скачать aptools

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.javax0.fluflu : fluflu jar 1.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

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

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

apttools

Simple library to help annotation processing programs. The very first version of the library was developed to support the fluflu annotation tool. Later versions already use the fluflu annotation tool. This is an interesting approach, since you need a version of fluflu to compile the library apttools, and on the other hand fluflu depends on apttools.

Because fluflu is an annotation processor that is executed dring run time and is not a library to be included during run time this is not a circular dependency.

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

Версия
1.0.1
1.0.0