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