| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface |
| GroupId | GroupIdcom.github.croesch |
| ArtifactId | ArtifactIdmicro-debug-gui |
| Last Version | Last Version0.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicroDebug GUI
A GUI for the micro-debug - a debugger for (micro-)assembler-programs for the Mic-1.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| micro-debug-gui-0.3.1.pom | |
| micro-debug-gui-0.3.1.jar | 119 KB |
| micro-debug-gui-0.3.1-test-sources.jar | 109 KB |
| micro-debug-gui-0.3.1-sources.jar | 124 KB |
| micro-debug-gui-0.3.1-javadoc.jar | 557 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.croesch/micro-debug-gui/ -->
<dependency>
<groupId>com.github.croesch</groupId>
<artifactId>micro-debug-gui</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.croesch/micro-debug-gui/
implementation 'com.github.croesch:micro-debug-gui:0.3.1'
// https://jarcasting.com/artifacts/com.github.croesch/micro-debug-gui/
implementation ("com.github.croesch:micro-debug-gui:0.3.1")
'com.github.croesch:micro-debug-gui:jar:0.3.1'
<dependency org="com.github.croesch" name="micro-debug-gui" rev="0.3.1">
<artifact name="micro-debug-gui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.croesch', module='micro-debug-gui', version='0.3.1')
)
libraryDependencies += "com.github.croesch" % "micro-debug-gui" % "0.3.1"
[com.github.croesch/micro-debug-gui "0.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.miglayout : miglayout | jar | 3.7.4 |
| com.github.croesch : micro-debug | jar | 0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easytesting : fest-swing | jar | 1.2.1 |