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.14.jar download
lombok-annotations-1.18.14.pom download
lombok-annotations-1.18.14-sources.jar download
Apache Maven
<dependency>
  <groupId>de.lars-sh</groupId>
  <artifactId>lombok-annotations</artifactId>
  <version>1.18.14</version>
</dependency>
Gradle Groovy
implementation 'de.lars-sh:lombok-annotations:1.18.14'
Gradle Kotlin
implementation("de.lars-sh:lombok-annotations:1.18.14")
Scala SBT
libraryDependencies += "de.lars-sh" % "lombok-annotations" % "1.18.14"
Groovy Grape
@Grapes(
  @Grab(group='de.lars-sh', module='lombok-annotations', version='1.18.14')
)
Apache Ivy
<dependency org="de.lars-sh" name="lombok-annotations" rev="1.18.14" />
Leiningen
[de.lars-sh/lombok-annotations "1.18.14"]
Apache Buildr
'de.lars-sh:lombok-annotations:jar:1.18.14'
Dependencies
The project has no third-party dependencies