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