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