<dependency> <groupId>com.github.croesch</groupId> <artifactId>micro-debug</artifactId> <version>0.4</version> </dependency>
implementation 'com.github.croesch:micro-debug:0.4'
implementation("com.github.croesch:micro-debug:0.4")
libraryDependencies += "com.github.croesch" % "micro-debug" % "0.4"
@Grapes( @Grab(group='com.github.croesch', module='micro-debug', version='0.4') )
<dependency org="com.github.croesch" name="micro-debug" rev="0.4" />
[com.github.croesch/micro-debug "0.4"]
'com.github.croesch:micro-debug:jar:0.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
test
|-- junit:junit:4.8.2
|-- org.easytesting:fest-swing:1.2.1