annotation-processing-tools
A set of useful tools when creating annotation processing libs
| License |
License |
|---|---|
| GroupId | GroupIdcom.mageddo.aptools |
| ArtifactId | ArtifactIdaptools |
| Last Version | Last Version2.3.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionaptools
A set of useful tools when coding Java or creating annotation processing libs
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aptools-2.3.4.pom | |
| aptools-2.3.4.jar | 7 KB |
| aptools-2.3.4-sources.jar | 4 KB |
| aptools-2.3.4-javadoc.jar | 49 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.9 |
A set of useful tools when creating annotation processing libs