<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-lsp-client</artifactId>
<version>RELEASE240</version>
</dependency>
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-lsp-client" % "RELEASE240"
@Grapes(
@Grab(group='org.netbeans.api', module='org-netbeans-modules-lsp-client', version='RELEASE240')
)
<dependency org="org.netbeans.api" name="org-netbeans-modules-lsp-client" rev="RELEASE240" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>4</version> </parent>
compile
|-- com.google.code.gson:gson:2.11.0
|-- com.google.guava:guava:33.2.1-jre
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE240
|-- org.netbeans.api:org-netbeans-api-io:RELEASE240
|-- org.netbeans.api:org-netbeans-api-lsp:RELEASE240
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE240
|-- org.netbeans.api:org-netbeans-libs-flexmark:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-completion:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-fold:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-lib2:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-jumpto:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-refactoring-api:RELEASE240
|-- org.netbeans.api:org-netbeans-modules-textmate-lexer:RELEASE240
|-- org.netbeans.api:org-netbeans-spi-editor-hints:RELEASE240
|-- org.netbeans.api:org-netbeans-spi-navigator:RELEASE240
|-- org.netbeans.api:org-openide-awt:RELEASE240
|-- org.netbeans.api:org-openide-dialogs:RELEASE240
|-- org.netbeans.api:org-openide-explorer:RELEASE240
|-- org.netbeans.api:org-openide-filesystems:RELEASE240
|-- org.netbeans.api:org-openide-loaders:RELEASE240
|-- org.netbeans.api:org-openide-modules:RELEASE240
|-- org.netbeans.api:org-openide-nodes:RELEASE240
|-- org.netbeans.api:org-openide-text:RELEASE240
|-- org.netbeans.api:org-openide-util:RELEASE240
|-- org.netbeans.api:org-openide-util-lookup:RELEASE240
|-- org.netbeans.api:org-openide-util-ui:RELEASE240
|-- org.netbeans.api:org-openide-windows:RELEASE240
|-- org.eclipse.lsp4j:org.eclipse.lsp4j:0.13.0
|-- org.eclipse.xtend:org.eclipse.xtend.lib.macro:2.24.0
|-- org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.13.0
|-- org.eclipse.xtend:org.eclipse.xtend.lib:2.24.0
|-- org.eclipse.xtext:org.eclipse.xtext.xbase.lib:2.24.0
|-- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.13.0
|-- org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.13.0
|-- org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.13.0
runtime
|-- org.netbeans.modules:org-netbeans-modules-editor-breadcrumbs:RELEASE240
|-- org.netbeans.modules:org-netbeans-modules-editor-errorstripe:RELEASE240