https://www.webjars.org/


      1. <dependency>
      2. <groupId>org.webjars</groupId>
      3. <artifactId>jquery</artifactId>
      4. <version>3.3.1</version>
      5. </dependency>
      6. <dependency>
      7. <groupId>org.webjars</groupId>
      8. <artifactId>bootstrap</artifactId>
      9. <version>4.5.0</version>
      10. </dependency>

    1. ```html

    ```