License |
License |
---|---|
Categories |
CategoriesGraal |
GroupId | GroupIdorg.graalvm.tools |
ArtifactId | ArtifactIdlsp |
Last Version | Last Version22.1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLsp
Truffle Language Server backend implementation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lsp-22.1.0.1.pom | |
lsp-22.1.0.1.jar | 994 KB |
lsp-22.1.0.1-sources.jar | 863 KB |
lsp-22.1.0.1-javadoc.jar | 651 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graalvm.tools/lsp/ -->
<dependency>
<groupId>org.graalvm.tools</groupId>
<artifactId>lsp</artifactId>
<version>22.1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graalvm.tools/lsp/
implementation 'org.graalvm.tools:lsp:22.1.0.1'
// https://jarcasting.com/artifacts/org.graalvm.tools/lsp/
implementation ("org.graalvm.tools:lsp:22.1.0.1")
'org.graalvm.tools:lsp:jar:22.1.0.1'
<dependency org="org.graalvm.tools" name="lsp" rev="22.1.0.1">
<artifact name="lsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graalvm.tools', module='lsp', version='22.1.0.1')
)
libraryDependencies += "org.graalvm.tools" % "lsp" % "22.1.0.1"
[org.graalvm.tools/lsp "22.1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.graalvm.tools : lsp_api | jar | 22.1.0.1 |