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