SpringBoot failed to import webjars (basic problem)

such as the title.
failed to import org.webjars:jquery:3.3.1 with the following code (current version number red, Maven Project internal standard red):

Source code:

        <dependency>
            <groupId>org.webjars</groupId>
            <artifactId>jquery</artifactId>
            <version>3.3.1</version>
        </dependency>

Screenshot:

1. Click the Reimport button in the Maven Projectk on the right, which is invalid;
2. Restart IDEA software, invalid;
3. Flip the railing, invalid;
4. Failed to find a solution;

excuse me, how to solve this problem?
does no one know?

Aug.27,2021

solution: first use the latest version: 3.3.1-1, download successfully, and then switch back to 3.3.1, successful.

Menu