Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
---|---|
GroupId | GroupIdcom.github.nipunaranasinghe |
ArtifactId | ArtifactIdlsp4intellij |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lsp4intellij-0.1.0.pom | |
lsp4intellij-0.1.0-sources.jar | 86 KB |
lsp4intellij-0.1.0.jar | 475 bytes |
Browse |
<!-- 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"]