org.eclipse.lsp4j.debug
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.24.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.debug</artifactId>
<version>0.24.0</version>
<name>LSP4J Debug</name>
<description>Java bindings for the Debug Server Protocol</description>
<url>https://github.com/eclipse-lsp4j/lsp4j</url>
<licenses>
<license>
<name>Eclipse Public License, Version 2.0</name>
<url>http://www.eclipse.org/legal/epl-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Sven Efftinge</name>
<email>sven.efftinge@typefox.io</email>
<organizationUrl>https://typefox.io</organizationUrl>
</developer>
<developer>
<name>Jonah Graham</name>
<email>jonah@kichwacoders.com</email>
<organizationUrl>https://kichwacoders.com</organizationUrl>
</developer>
<developer>
<name>Dennis Hübner</name>
<email>dennis.huebner@typefox.io</email>
<organizationUrl>https://typefox.io</organizationUrl>
</developer>
<developer>
<name>Akos Kitta</name>
<email>kittaakos@typefox.io</email>
<organizationUrl>https://typefox.io</organizationUrl>
</developer>
<developer>
<name>Anton Kosyakov</name>
<email>anton.kosyakov@typefox.io</email>
<organizationUrl>https://typefox.io</organizationUrl>
</developer>
<developer>
<name>Miro Spönemann</name>
<email>miro.spoenemann@typefox.io</email>
<organizationUrl>https://typefox.io</organizationUrl>
</developer>
<developer>
<name>Yaohai Zheng</name>
<email>yaozheng@microsoft.com</email>
<organizationUrl>https://www.microsoft.com/</organizationUrl>
</developer>
<developer>
<name>Christian Dietrich</name>
<email>christian.dietrich@itemis.de</email>
<organizationUrl>http://www.itemis.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:eclipse/lsp4j.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/lsp4j.git</developerConnection>
<url>git@github.com:eclipse/lsp4j.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc.debug</artifactId>
<version>0.24.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>