MVN

org.eclipse.lsp4j : org.eclipse.lsp4j.debug

Maven & Gradle

May 18, 2023
8 usages
553 stars

LSP4J Debug · Java bindings for the Debug Server Protocol

<dependency>
    <groupId>org.eclipse.lsp4j</groupId>
    <artifactId>org.eclipse.lsp4j.debug</artifactId>
    <version>0.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.lsp4j : org.eclipse.lsp4j.debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21.0

All Versions

Choose a version of org.eclipse.lsp4j : org.eclipse.lsp4j.debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21.x
org.eclipse.lsp4j.debug-0.21.0
0.20.x
org.eclipse.lsp4j.debug-0.20.1
org.eclipse.lsp4j.debug-0.20.0
0.19.x
org.eclipse.lsp4j.debug-0.19.1
org.eclipse.lsp4j.debug-0.19.0
0.18.x
org.eclipse.lsp4j.debug-0.18.0
0.17.x
org.eclipse.lsp4j.debug-0.17.0
0.16.x
org.eclipse.lsp4j.debug-0.16.0
0.15.x
org.eclipse.lsp4j.debug-0.15.0
0.14.x
org.eclipse.lsp4j.debug-0.14.0
0.13.x
org.eclipse.lsp4j.debug-0.13.0
0.12.x
org.eclipse.lsp4j.debug-0.12.0
0.11.x
org.eclipse.lsp4j.debug-0.11.0
0.10.x
org.eclipse.lsp4j.debug-0.10.0
0.9.x
org.eclipse.lsp4j.debug-0.9.0
org.eclipse.lsp4j.debug-0.9.0.M3
0.8.x
org.eclipse.lsp4j.debug-0.8.1
org.eclipse.lsp4j.debug-0.8.0
0.7.x
org.eclipse.lsp4j.debug-0.7.2
org.eclipse.lsp4j.debug-0.7.1
org.eclipse.lsp4j.debug-0.7.0
0.6.x
org.eclipse.lsp4j.debug-0.6.0
0.5.x
org.eclipse.lsp4j.debug-0.5.0
org.eclipse.lsp4j.debug-0.5.0.M1
0.4.x
org.eclipse.lsp4j.debug-0.4.1
org.eclipse.lsp4j.debug-0.4.0

How to add a dependency to Maven

Add the following org.eclipse.lsp4j : org.eclipse.lsp4j.debug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.lsp4j</groupId>
    <artifactId>org.eclipse.lsp4j.debug</artifactId>
    <version>0.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.lsp4j : org.eclipse.lsp4j.debug gradle dependency to your build.gradle file:

implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.21.0'

Gradle Kotlin DSL: Add the following org.eclipse.lsp4j : org.eclipse.lsp4j.debug gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.lsp4j : org.eclipse.lsp4j.debug sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.lsp4j" % "org.eclipse.lsp4j.debug" % "0.21.0"

Advertisement