Files download
File Operation
lsp-23.1.3.pom download
Apache Maven
<dependency>
  <groupId>org.graalvm.polyglot</groupId>
  <artifactId>lsp</artifactId>
  <version>23.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.graalvm.polyglot:lsp:23.1.3'
Gradle Kotlin
implementation("org.graalvm.polyglot:lsp:23.1.3")
Scala SBT
libraryDependencies += "org.graalvm.polyglot" % "lsp" % "23.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.graalvm.polyglot', module='lsp', version='23.1.3')
)
Apache Ivy
<dependency org="org.graalvm.polyglot" name="lsp" rev="23.1.3" />
Leiningen
[org.graalvm.polyglot/lsp "23.1.3"]
Apache Buildr
'org.graalvm.polyglot:lsp:jar:23.1.3'