annotation-processing-tools
A set of useful tools when creating annotation processing libs
License |
License |
---|---|
Categories |
CategoriesLombok Application Layer Libs Code Generators |
GroupId | GroupIdcom.mageddo.lombok |
ArtifactId | ArtifactIdlombok-ext |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlombok-ext
A set of extension tools to increment lombok project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lombok-ext-2.3.4.pom | |
lombok-ext-2.3.4.jar | 13 KB |
lombok-ext-2.3.4-sources.jar | 7 KB |
lombok-ext-2.3.4-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo.lombok/lombok-ext/ -->
<dependency>
<groupId>com.mageddo.lombok</groupId>
<artifactId>lombok-ext</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo.lombok/lombok-ext/
implementation 'com.mageddo.lombok:lombok-ext:2.3.4'
// https://jarcasting.com/artifacts/com.mageddo.lombok/lombok-ext/
implementation ("com.mageddo.lombok:lombok-ext:2.3.4")
'com.mageddo.lombok:lombok-ext:jar:2.3.4'
<dependency org="com.mageddo.lombok" name="lombok-ext" rev="2.3.4">
<artifact name="lombok-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo.lombok', module='lombok-ext', version='2.3.4')
)
libraryDependencies += "com.mageddo.lombok" % "lombok-ext" % "2.3.4"
[com.mageddo.lombok/lombok-ext "2.3.4"]
Group / Artifact | Type | Version |
---|---|---|
com.mageddo.nativeimage : reflection-config-generator | jar | 2.3.4 |
com.github.javaparser : javaparser-core | jar | 2.4.0 |
org.apache.commons : commons-lang3 | jar | 3.9 |
A set of useful tools when creating annotation processing libs