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