| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIntelliJ IDEA Инструменты разработки IDE |
| Группа | Группаcom.github.adedayo.intellij.sdk |
| Идентификатор | Идентификаторeditor-ui-api |
| Версия | Версия142.1 |
| Тип | Типjar |
| Описание |
Описаниеeditor-ui-api
A packaging of the IntelliJ Community Edition editor-ui-api library.
This is release number 1 of trunk branch 142.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| editor-ui-api-142.1.pom | |
| editor-ui-api-142.1.jar | 138 KB |
| editor-ui-api-142.1-sources.jar | 149 KB |
| editor-ui-api-142.1-javadoc.jar | 857 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/editor-ui-api/ -->
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>editor-ui-api</artifactId>
<version>142.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/editor-ui-api/
implementation 'com.github.adedayo.intellij.sdk:editor-ui-api:142.1'
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/editor-ui-api/
implementation ("com.github.adedayo.intellij.sdk:editor-ui-api:142.1")
'com.github.adedayo.intellij.sdk:editor-ui-api:jar:142.1'
<dependency org="com.github.adedayo.intellij.sdk" name="editor-ui-api" rev="142.1">
<artifact name="editor-ui-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='editor-ui-api', version='142.1')
)
libraryDependencies += "com.github.adedayo.intellij.sdk" % "editor-ui-api" % "142.1"
[com.github.adedayo.intellij.sdk/editor-ui-api "142.1"]