l

lombok-annotations

This project packages the 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
文件下载
文件名 操作
lombok-annotations-1.18.4.jar 下载
lombok-annotations-1.18.4.pom 下载
lombok-annotations-1.18.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.lars-sh</groupId>
  <artifactId>lombok-annotations</artifactId>
  <version>1.18.4</version>
</dependency>
Gradle Groovy
implementation 'de.lars-sh:lombok-annotations:1.18.4'
Gradle Kotlin
implementation("de.lars-sh:lombok-annotations:1.18.4")
Scala SBT
libraryDependencies += "de.lars-sh" % "lombok-annotations" % "1.18.4"
Groovy Grape
@Grapes(
  @Grab(group='de.lars-sh', module='lombok-annotations', version='1.18.4')
)
Apache Ivy
<dependency org="de.lars-sh" name="lombok-annotations" rev="1.18.4" />
Leiningen
[de.lars-sh/lombok-annotations "1.18.4"]
Apache Buildr
'de.lars-sh:lombok-annotations:jar:1.18.4'
本项目依赖
该项目无第三方依赖