GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIddebug |
Version | Version3.2.7 |
Type | Typejar |
Filename | Size |
---|---|
debug-3.2.7.pom | |
debug-3.2.7.jar | 21 KB |
debug-3.2.7-sources.jar | 22 bytes |
debug-3.2.7-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/debug/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>debug</artifactId>
<version>3.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/debug/
implementation 'org.webjars.npm:debug:3.2.7'
// https://jarcasting.com/artifacts/org.webjars.npm/debug/
implementation ("org.webjars.npm:debug:3.2.7")
'org.webjars.npm:debug:jar:3.2.7'
<dependency org="org.webjars.npm" name="debug" rev="3.2.7">
<artifact name="debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='debug', version='3.2.7')
)
libraryDependencies += "org.webjars.npm" % "debug" % "3.2.7"
[org.webjars.npm/debug "3.2.7"]