How to Install libwebjars-locator-java in Ubuntu 18.04



Install libwebjars-locator-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libwebjars-locator-java

Description:

WebJars Locator

WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR files. They allow one to: * Explicitly and easily manage the client-side dependencies in JVM-based web applications * Use JVM-based build tools (e.g. Maven, Gradle...) to download client-side dependencies * Know which client-side dependencies are used * Resolve transitive dependencies automatically and optionally load them via RequireJS . The WebJars Locator library provides a means to load WebJars transitive dependencies with RequireJS.

Homepage: http://webjars.org

Version: 0.32-1

Section: universe/java