c

cpplite-mi

The GDB/MI interface is a text based interface to interact with the GDB debugger. The interface was extracted from NetBeans mercurial repository.
https://github.com/matthiasblaesing/cpplite-mi
CDDL+GPL-1.1
Matthias Bläsing
文件下载
文件名 操作
cpplite-mi-f8f8250283be.jar 下载
cpplite-mi-f8f8250283be.pom 下载
cpplite-mi-f8f8250283be-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.doppel-helix.netbeans.lib</groupId>
  <artifactId>cpplite-mi</artifactId>
  <version>f8f8250283be</version>
</dependency>
Gradle Groovy
implementation 'eu.doppel-helix.netbeans.lib:cpplite-mi:f8f8250283be'
Gradle Kotlin
implementation("eu.doppel-helix.netbeans.lib:cpplite-mi:f8f8250283be")
Scala SBT
libraryDependencies += "eu.doppel-helix.netbeans.lib" % "cpplite-mi" % "f8f8250283be"
Groovy Grape
@Grapes(
  @Grab(group='eu.doppel-helix.netbeans.lib', module='cpplite-mi', version='f8f8250283be')
)
Apache Ivy
<dependency org="eu.doppel-helix.netbeans.lib" name="cpplite-mi" rev="f8f8250283be" />
Leiningen
[eu.doppel-helix.netbeans.lib/cpplite-mi "f8f8250283be"]
Apache Buildr
'eu.doppel-helix.netbeans.lib:cpplite-mi:jar:f8f8250283be'
本项目依赖
该项目无第三方依赖