MVN

com.thoughtworks.sbt : sbt-delombok_2.12

Maven & Gradle

Dec 03, 2019
4 stars

sbt-delombok · sbt-delombok

<dependency>
    <groupId>com.thoughtworks.sbt</groupId>
    <artifactId>sbt-delombok_2.12</artifactId>
    <version>1.0.0+66-8fbcf18c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thoughtworks.sbt : sbt-delombok_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0+66-8fbcf18c

All Versions

Choose a version of com.thoughtworks.sbt : sbt-delombok_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sbt-delombok_2.12-1.0.0
sbt-delombok_2.12-1.0.0+66-8fbcf18c
sbt-delombok_2.12-1.0.0+65-fd44345e
sbt-delombok_2.12-1.0.0+65-857d8270
sbt-delombok_2.12-1.0.0+64-76d22272
sbt-delombok_2.12-1.0.0+62-b6960c75
sbt-delombok_2.12-1.0.0+58-34765df5
sbt-delombok_2.12-1.0.0+57-352ab173

How to add a dependency to Maven

Add the following com.thoughtworks.sbt : sbt-delombok_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thoughtworks.sbt</groupId>
    <artifactId>sbt-delombok_2.12</artifactId>
    <version>1.0.0+66-8fbcf18c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thoughtworks.sbt : sbt-delombok_2.12 gradle dependency to your build.gradle file:

implementation 'com.thoughtworks.sbt:sbt-delombok_2.12:1.0.0+66-8fbcf18c'

Gradle Kotlin DSL: Add the following com.thoughtworks.sbt : sbt-delombok_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thoughtworks.sbt:sbt-delombok_2.12:1.0.0+66-8fbcf18c")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thoughtworks.sbt : sbt-delombok_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thoughtworks.sbt" % "sbt-delombok_2.12" % "1.0.0+66-8fbcf18c"