is not current version
Last Version 0.5

com.github.croesch:micro-debug 0.3.1

A debugger for (micro-)assembler-programs for the Mic-1.

GroupId

GroupId

com.github.croesch
ArtifactId

ArtifactId

micro-debug
Version

Version

0.3.1
Type

Type

jar

Download micro-debug 0.3.1


<!-- https://jarcasting.com/artifacts/com.github.croesch/micro-debug/ -->
<dependency>
    <groupId>com.github.croesch</groupId>
    <artifactId>micro-debug</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.croesch/micro-debug/
implementation 'com.github.croesch:micro-debug:0.3.1'
// https://jarcasting.com/artifacts/com.github.croesch/micro-debug/
implementation ("com.github.croesch:micro-debug:0.3.1")
'com.github.croesch:micro-debug:jar:0.3.1'
<dependency org="com.github.croesch" name="micro-debug" rev="0.3.1">
  <artifact name="micro-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.croesch', module='micro-debug', version='0.3.1')
)
libraryDependencies += "com.github.croesch" % "micro-debug" % "0.3.1"
[com.github.croesch/micro-debug "0.3.1"]