Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
---|---|
GroupId | GroupIdcom.github.nipunaranasinghe |
ArtifactId | ArtifactIdlsp4intellij |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
lsp4intellij-0.1.1.pom | |
lsp4intellij-0.1.1.jar | 1 KB |
lsp4intellij-0.1.1-sources.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nipunaranasinghe/lsp4intellij/ -->
<dependency>
<groupId>com.github.nipunaranasinghe</groupId>
<artifactId>lsp4intellij</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nipunaranasinghe/lsp4intellij/
implementation 'com.github.nipunaranasinghe:lsp4intellij:0.1.1'
// https://jarcasting.com/artifacts/com.github.nipunaranasinghe/lsp4intellij/
implementation ("com.github.nipunaranasinghe:lsp4intellij:0.1.1")
'com.github.nipunaranasinghe:lsp4intellij:pom:0.1.1'
<dependency org="com.github.nipunaranasinghe" name="lsp4intellij" rev="0.1.1">
<artifact name="lsp4intellij" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nipunaranasinghe', module='lsp4intellij', version='0.1.1')
)
libraryDependencies += "com.github.nipunaranasinghe" % "lsp4intellij" % "0.1.1"
[com.github.nipunaranasinghe/lsp4intellij "0.1.1"]