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
Files download
File Operation
cpplite-mi-f8f8250283be.jar download
cpplite-mi-f8f8250283be.pom download
cpplite-mi-f8f8250283be-sources.jar download
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'
Dependencies
The project has no third-party dependencies