Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1008 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 1008 Bytes

webjars-locator-lite

This project provides a means to locate assets within WebJars.

Check out the JavaDoc

Latest Release CodeQL .github/workflows/test.yml

Usage

Get the version of a WebJar on the classpath

WebJarVersionLocator.webJarVersion("bootstrap")

Get the full path to a file in a WebJar

WebJarVersionLocator.fullPath("bootstrap", "js/bootstrap.js")