eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
582 stars 141 forks source link

only Jar Files #774

Closed sho94os closed 7 months ago

sho94os commented 8 months ago

i want to use lsp4j in my projekt that not use Maven. i just want to take the jar files of lsp4j and add it to my projekt. how i can download this jar file

cdietrich commented 8 months ago

download from maven central?

pisv commented 8 months ago

Alternatively, you can download a zip with jars, which is a zipped p2-site technically. You can use the following link for the latest release: https://download.eclipse.org/lsp4j/updates/releases/0.21.1/v0.21.1.zip.

There are also download links for each release: https://github.com/eclipse-lsp4j/lsp4j/releases.