DEV Community

Aashutosh Poudel
Aashutosh Poudel

Posted on

Webjars in Java/Spring

Webjars allow us to add frontend libraries like Angular, React, Vue, jQuery into a Spring application as jar files. Meaning they can be added into the Spring application using Maven or Gradle commands.

Reference:

  1. Webjars docs
  2. Using Webjars with Maven

Top comments (0)