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