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