GroupId | GroupIdcom.github.croesch |
---|---|
ArtifactId | ArtifactIdmicro-debug |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
micro-debug-0.2.1.pom | |
micro-debug-0.2.1.jar | 115 KB |
micro-debug-0.2.1-test-sources.jar | 87 KB |
micro-debug-0.2.1-sources.jar | 96 KB |
micro-debug-0.2.1-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.croesch/micro-debug/ -->
<dependency>
<groupId>com.github.croesch</groupId>
<artifactId>micro-debug</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.croesch/micro-debug/
implementation 'com.github.croesch:micro-debug:0.2.1'
// https://jarcasting.com/artifacts/com.github.croesch/micro-debug/
implementation ("com.github.croesch:micro-debug:0.2.1")
'com.github.croesch:micro-debug:jar:0.2.1'
<dependency org="com.github.croesch" name="micro-debug" rev="0.2.1">
<artifact name="micro-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.croesch', module='micro-debug', version='0.2.1')
)
libraryDependencies += "com.github.croesch" % "micro-debug" % "0.2.1"
[com.github.croesch/micro-debug "0.2.1"]