License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.lsp4j |
ArtifactId | ArtifactIdorg.eclipse.lsp4j |
Last Version | Last Version0.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLSP4J
Java bindings for the Language Server Protocol
|
Project URL |
Project URL |
Filename | Size |
---|---|
org.eclipse.lsp4j-0.14.0.pom | |
org.eclipse.lsp4j-0.14.0.jar | 629 KB |
org.eclipse.lsp4j-0.14.0-sources.jar | 533 KB |
org.eclipse.lsp4j-0.14.0-javadoc.jar | 836 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j/ -->
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j/
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.0'
// https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j/
implementation ("org.eclipse.lsp4j:org.eclipse.lsp4j:0.14.0")
'org.eclipse.lsp4j:org.eclipse.lsp4j:jar:0.14.0'
<dependency org="org.eclipse.lsp4j" name="org.eclipse.lsp4j" rev="0.14.0">
<artifact name="org.eclipse.lsp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lsp4j', module='org.eclipse.lsp4j', version='0.14.0')
)
libraryDependencies += "org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.14.0"
[org.eclipse.lsp4j "0.14.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.lsp4j : org.eclipse.lsp4j.generator | jar | 0.14.0 |
org.eclipse.lsp4j : org.eclipse.lsp4j.jsonrpc | jar | 0.14.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |