| Categories | CategoriesLombok Application Layer Libs Code Generators | 
|---|---|
| GroupId | GroupIdcom.github.kokorin.lombok | 
| ArtifactId | ArtifactIdlombok-presence-checker | 
| Last Version | Last Version0.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
<!-- https://jarcasting.com/artifacts/com.github.kokorin.lombok/lombok-presence-checker/ -->
<dependency>
    <groupId>com.github.kokorin.lombok</groupId>
    <artifactId>lombok-presence-checker</artifactId>
    <version>0.0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.kokorin.lombok/lombok-presence-checker/
implementation 'com.github.kokorin.lombok:lombok-presence-checker:0.0.1'// https://jarcasting.com/artifacts/com.github.kokorin.lombok/lombok-presence-checker/
implementation ("com.github.kokorin.lombok:lombok-presence-checker:0.0.1")'com.github.kokorin.lombok:lombok-presence-checker:jar:0.0.1'<dependency org="com.github.kokorin.lombok" name="lombok-presence-checker" rev="0.0.1">
  <artifact name="lombok-presence-checker" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.kokorin.lombok', module='lombok-presence-checker', version='0.0.1')
)libraryDependencies += "com.github.kokorin.lombok" % "lombok-presence-checker" % "0.0.1"[com.github.kokorin.lombok/lombok-presence-checker "0.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | ${lombok.version} | 
| org.projectlombok » lombok-unshaded Optional | jar | ${lombok.version} | 
| com.sun.tools » javac Optional | jar | 1.6.0.18 | 
| org.kohsuke.metainf-services : metainf-services Optional | jar | 1.8 |