License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdeu.doppel-helix.netbeans.lib |
ArtifactId | ArtifactIdcpplite-mi |
Last Version | Last Versionf8f8250283be |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncpplite-mi
The GDB/MI interface is a text based interface to interact with the GDB
debugger.
The interface was extracted from NetBeans mercurial repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cpplite-mi-f8f8250283be.pom | |
cpplite-mi-f8f8250283be.jar | 57 KB |
cpplite-mi-f8f8250283be-sources.jar | 61 KB |
cpplite-mi-f8f8250283be-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.doppel-helix.netbeans.lib/cpplite-mi/ -->
<dependency>
<groupId>eu.doppel-helix.netbeans.lib</groupId>
<artifactId>cpplite-mi</artifactId>
<version>f8f8250283be</version>
</dependency>
// https://jarcasting.com/artifacts/eu.doppel-helix.netbeans.lib/cpplite-mi/
implementation 'eu.doppel-helix.netbeans.lib:cpplite-mi:f8f8250283be'
// https://jarcasting.com/artifacts/eu.doppel-helix.netbeans.lib/cpplite-mi/
implementation ("eu.doppel-helix.netbeans.lib:cpplite-mi:f8f8250283be")
'eu.doppel-helix.netbeans.lib:cpplite-mi:jar:f8f8250283be'
<dependency org="eu.doppel-helix.netbeans.lib" name="cpplite-mi" rev="f8f8250283be">
<artifact name="cpplite-mi" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.doppel-helix.netbeans.lib', module='cpplite-mi', version='f8f8250283be')
)
libraryDependencies += "eu.doppel-helix.netbeans.lib" % "cpplite-mi" % "f8f8250283be"
[eu.doppel-helix.netbeans.lib/cpplite-mi "f8f8250283be"]