aptools

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

License

License

GroupId

GroupId

com.javax0.aptools
ArtifactId

ArtifactId

aptools
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/verhas/aptools

Download aptools

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.javax0.fluflu : fluflu jar 1.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.1
1.0.0