License |
License |
---|---|
Categories |
CategoriesCLI User Interface JSON Data |
GroupId | GroupIdorg.eclipse.lsp4j |
ArtifactId | ArtifactIdorg.eclipse.lsp4j.jsonrpc |
Last Version | Last Version0.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLSP4J JSON-RPC
Generic JSON-RPC implementation
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j.jsonrpc/ -->
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.jsonrpc</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j.jsonrpc/
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.14.0'
// https://jarcasting.com/artifacts/org.eclipse.lsp4j/org.eclipse.lsp4j.jsonrpc/
implementation ("org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.14.0")
'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.14.0'
<dependency org="org.eclipse.lsp4j" name="org.eclipse.lsp4j.jsonrpc" rev="0.14.0">
<artifact name="org.eclipse.lsp4j.jsonrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lsp4j', module='org.eclipse.lsp4j.jsonrpc', version='0.14.0')
)
libraryDependencies += "org.eclipse.lsp4j" % "org.eclipse.lsp4j.jsonrpc" % "0.14.0"
[org.eclipse.lsp4j/org.eclipse.lsp4j.jsonrpc "0.14.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | [2.8.9,2.9) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |