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