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