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