Last Version

aptools 2.3.4

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

License

License

GroupId

GroupId

com.mageddo.aptools
ArtifactId

ArtifactId

aptools
Version

Version

2.3.4
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 2.3.4


<!-- 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.