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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38a65-2c110.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38a65-2c110.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?