GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdshell-quote |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
shell-quote-1.4.3.pom | |
shell-quote-1.4.3.jar | 11 KB |
shell-quote-1.4.3-sources.jar | 22 bytes |
shell-quote-1.4.3-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.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/shell-quote/
implementation 'org.webjars.npm:shell-quote:1.4.3'
// https://jarcasting.com/artifacts/org.webjars.npm/shell-quote/
implementation ("org.webjars.npm:shell-quote:1.4.3")
'org.webjars.npm:shell-quote:jar:1.4.3'
<dependency org="org.webjars.npm" name="shell-quote" rev="1.4.3">
<artifact name="shell-quote" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='shell-quote', version='1.4.3')
)
libraryDependencies += "org.webjars.npm" % "shell-quote" % "1.4.3"
[org.webjars.npm/shell-quote "1.4.3"]