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