is not current version
Last Version 1.1.0

com.diffplug.durian:durian-debug 1.0.0

DurianDebug - Utilities for quick 'n dirty debugging and profiling

GroupId

GroupId

com.diffplug.durian
ArtifactId

ArtifactId

durian-debug
Version

Version

1.0.0
Type

Type

jar

Download durian-debug 1.0.0


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