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