License |
License |
---|---|
Categories |
CategoriesIntelliJ IDEA Development Tools IDE |
GroupId | GroupIdcom.github.adedayo.intellij.sdk |
ArtifactId | ArtifactIdscript-debugger-ui |
Last Version | Last Version142.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscript-debugger-ui
A packaging of the IntelliJ Community Edition script-debugger-ui library.
This is release number 1 of trunk branch 142.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
script-debugger-ui-142.1.pom | |
script-debugger-ui-142.1.jar | 137 KB |
script-debugger-ui-142.1-sources.jar | 43 KB |
script-debugger-ui-142.1-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/script-debugger-ui/ -->
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>script-debugger-ui</artifactId>
<version>142.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/script-debugger-ui/
implementation 'com.github.adedayo.intellij.sdk:script-debugger-ui:142.1'
// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/script-debugger-ui/
implementation ("com.github.adedayo.intellij.sdk:script-debugger-ui:142.1")
'com.github.adedayo.intellij.sdk:script-debugger-ui:jar:142.1'
<dependency org="com.github.adedayo.intellij.sdk" name="script-debugger-ui" rev="142.1">
<artifact name="script-debugger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='script-debugger-ui', version='142.1')
)
libraryDependencies += "com.github.adedayo.intellij.sdk" % "script-debugger-ui" % "142.1"
[com.github.adedayo.intellij.sdk/script-debugger-ui "142.1"]