is not current version
Last Version 1.18.24

de.lars-sh:lombok-annotations 1.18.4

This project packages the annotations of Project Lombok as separate JAR to improve compiling and handling Java sources generated by Delombok.

Categories

Categories

Lombok Application Layer Libs Code Generators
GroupId

GroupId

de.lars-sh
ArtifactId

ArtifactId

lombok-annotations
Version

Version

1.18.4
Type

Type

jar

Download lombok-annotations 1.18.4


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