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