| Категории |
КатегорииIntelliJ IDEA Инструменты разработки IDE |
|---|---|
| Группа | Группаcom.github.nipunaranasinghe |
| Идентификатор | Идентификаторlsp4intellij |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| lsp4intellij-0.1.1.pom | |
| lsp4intellij-0.1.1.jar | 1 KB |
| lsp4intellij-0.1.1-sources.jar | 86 KB |
| Обзор |
<!-- 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"]