aptools

A set of useful tools when coding Java or creating annotation processing libs

License

License

GroupId

GroupId

com.mageddo.aptools
ArtifactId

ArtifactId

aptools
Last Version

Last Version

2.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

aptools
A set of useful tools when coding Java or creating annotation processing libs
Project URL

Project URL

https://github.com/mageddo-projects/annotation-processing-tools/tree/master/aptools
Source Code Management

Source Code Management

https://github.com/mageddo-projects/annotation-processing-tools.git

Download aptools

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.9

Project Modules

There are no modules declared in this project.

annotation-processing-tools

A set of useful tools when creating annotation processing libs

com.mageddo.aptools

Mageddo

Versions

Version
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0