MVN

org.projectlombok : lombok.ast

Maven & Gradle

Dec 20, 2011
2 usages
71 stars

Project Lombok - AST · An abstract syntax tree for java source code, including a parser and converters to/from ecj (eclipse) and javac.

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok.ast</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.projectlombok : lombok.ast to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of org.projectlombok : lombok.ast to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
lombok.ast-0.2

How to add a dependency to Maven

Add the following org.projectlombok : lombok.ast maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok.ast</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.projectlombok : lombok.ast gradle dependency to your build.gradle file:

implementation 'org.projectlombok:lombok.ast:0.2'

Gradle Kotlin DSL: Add the following org.projectlombok : lombok.ast gradle kotlin dependency to your build.gradle.kts file:

implementation("org.projectlombok:lombok.ast:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.projectlombok : lombok.ast sbt scala dependency to your build.sbt file:

libraryDependencies += "org.projectlombok" % "lombok.ast" % "0.2"

Advertisement

Dependencies from Group

May 24, 2023
14.4k usages
12.1k stars
Apr 02, 2021
21 usages
Feb 07, 2020
12 usages
12.4k stars
Apr 02, 2021
7 usages
109 stars
Dec 04, 2020
5 usages
12.4k stars

Discover Dependencies

Jun 29, 2013
30 usages
423 stars
Jul 14, 2013
2 usages
1 stars
May 09, 2014
1 usages
236 stars
Apr 18, 2015
1 usages
6.6k stars
Jul 15, 2013
1 usages
May 11, 2013
1 usages
0 stars