MVN

com.github.charlemaznable : blossom-lombok

Maven & Gradle

Mar 20, 2023

Blossom Lombok · Blossom Lombok Extension.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>blossom-lombok</artifactId>
    <version>2022.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : blossom-lombok to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.0.7

All Versions

Choose a version of com.github.charlemaznable : blossom-lombok to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.0.x
blossom-lombok-2023.0.4
blossom-lombok-2023.0.3
blossom-lombok-2023.0.2
blossom-lombok-2023.0.1
blossom-lombok-2023.0.0
2022.0.x
blossom-lombok-2022.0.7
blossom-lombok-2022.0.6
blossom-lombok-2022.0.5
blossom-lombok-2022.0.4
blossom-lombok-2022.0.3
blossom-lombok-2022.0.2
blossom-lombok-2022.0.1
blossom-lombok-2022.0.0

How to add a dependency to Maven

Add the following com.github.charlemaznable : blossom-lombok maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>blossom-lombok</artifactId>
    <version>2022.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : blossom-lombok gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:blossom-lombok:2022.0.7'

Gradle Kotlin DSL: Add the following com.github.charlemaznable : blossom-lombok gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.charlemaznable:blossom-lombok:2022.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : blossom-lombok sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "blossom-lombok" % "2022.0.7"

Advertisement