<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator</artifactId>
<version>0.43</version>
</dependency>
properties
webjars.locator.enabled=true
webjars.locator.mappings.webjars=/webjars/*
import org.webjars.locator.Webjars;
...
URL resourceUrl = Webjars.locate("/webjars/jquery/3.6.0/jquery.js");