How can I import style sheets from a jar file in place of placing them in t

I currently have a spring boot project. I would like to import stylesheets from a seperate jar file instead of placing the style sheets in the frontend folder of the project. Is there a way of facilitating this?