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