is not current version
Last Version 0.1.1

com.github.nipunaranasinghe:lsp4intellij 0.1.0

This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.

Categories

Categories

IntelliJ IDEA Development Tools IDE
GroupId

GroupId

com.github.nipunaranasinghe
ArtifactId

ArtifactId

lsp4intellij
Version

Version

0.1.0
Type

Type

jar

Download lsp4intellij 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.nipunaranasinghe/lsp4intellij/ -->
<dependency>
    <groupId>com.github.nipunaranasinghe</groupId>
    <artifactId>lsp4intellij</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nipunaranasinghe/lsp4intellij/
implementation 'com.github.nipunaranasinghe:lsp4intellij:0.1.0'
// https://jarcasting.com/artifacts/com.github.nipunaranasinghe/lsp4intellij/
implementation ("com.github.nipunaranasinghe:lsp4intellij:0.1.0")
'com.github.nipunaranasinghe:lsp4intellij:jar:0.1.0'
<dependency org="com.github.nipunaranasinghe" name="lsp4intellij" rev="0.1.0">
  <artifact name="lsp4intellij" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nipunaranasinghe', module='lsp4intellij', version='0.1.0')
)
libraryDependencies += "com.github.nipunaranasinghe" % "lsp4intellij" % "0.1.0"
[com.github.nipunaranasinghe/lsp4intellij "0.1.0"]