is not current version
Last Version 2.3.4

com.mageddo.aptools:aptools 2.3.3

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

GroupId

GroupId

com.mageddo.aptools
ArtifactId

ArtifactId

aptools
Version

Version

2.3.3
Type

Type

jar

Download aptools 2.3.3


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