vpavic / webjars-locator-lite

Lite WebJars Locator - No Startup Classpath Scanning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Lite WebJars Locator - No Startup Classpath Scanning

License:MIT License


Languages

Language:Java 100.0%