l

lombok-annotations

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