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