is not current version
Last Version 4.3.4

org.webjars.npm:debug 3.1.0

WebJar for debug

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

debug
Version

Version

3.1.0
Type

Type

jar

Download debug 3.1.0


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