l

lombok-annotations

Annotations of Project Lombok as separate JAR to improve compiling and handling Java sources generated by Delombok
https://github.com/lars-sh/lombok-annotations
MIT License
Lars Knickrehm
Files download
File Operation
lombok-annotations-1.18.6.jar download
lombok-annotations-1.18.6.pom download
lombok-annotations-1.18.6-sources.jar download
Apache Maven
<dependency>
  <groupId>de.lars-sh</groupId>
  <artifactId>lombok-annotations</artifactId>
  <version>1.18.6</version>
</dependency>
Gradle Groovy
implementation 'de.lars-sh:lombok-annotations:1.18.6'
Gradle Kotlin
implementation("de.lars-sh:lombok-annotations:1.18.6")
Scala SBT
libraryDependencies += "de.lars-sh" % "lombok-annotations" % "1.18.6"
Groovy Grape
@Grapes(
  @Grab(group='de.lars-sh', module='lombok-annotations', version='1.18.6')
)
Apache Ivy
<dependency org="de.lars-sh" name="lombok-annotations" rev="1.18.6" />
Leiningen
[de.lars-sh/lombok-annotations "1.18.6"]
Apache Buildr
'de.lars-sh:lombok-annotations:jar:1.18.6'
Dependencies
The project has no third-party dependencies