License |
License |
---|---|
Categories |
CategoriesLombok Application Layer Libs Code Generators |
GroupId | GroupIdde.lars-sh |
ArtifactId | ArtifactIdlombok-annotations |
Last Version | Last Version1.18.24 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLombok Annotations
Annotations of Project Lombok as separate JAR to improve compiling and handling Java sources generated by Delombok
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lombok-annotations-1.18.24.pom | |
lombok-annotations-1.18.24.jar | 32 KB |
lombok-annotations-1.18.24-sources.jar | 69 KB |
lombok-annotations-1.18.24-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.lars-sh/lombok-annotations/ -->
<dependency>
<groupId>de.lars-sh</groupId>
<artifactId>lombok-annotations</artifactId>
<version>1.18.24</version>
</dependency>
// https://jarcasting.com/artifacts/de.lars-sh/lombok-annotations/
implementation 'de.lars-sh:lombok-annotations:1.18.24'
// https://jarcasting.com/artifacts/de.lars-sh/lombok-annotations/
implementation ("de.lars-sh:lombok-annotations:1.18.24")
'de.lars-sh:lombok-annotations:jar:1.18.24'
<dependency org="de.lars-sh" name="lombok-annotations" rev="1.18.24">
<artifact name="lombok-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.lars-sh', module='lombok-annotations', version='1.18.24')
)
libraryDependencies += "de.lars-sh" % "lombok-annotations" % "1.18.24"
[de.lars-sh/lombok-annotations "1.18.24"]