Skip to content

stapler/stapler-adjunct-fontawesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stapler Adjunct for Font Awesome

To include fontawesome, add the module as a Maven dependency:

<dependency>
    <groupId>org.kohsuke.stapler</groupId>
    <artifactId>stapler-adjunct-fontawesome</artifactId>
    <version>...</version>
</dependency>

And then include the following adjunct in your page:

<!-- for Jelly view -->
<st:adjunct includes="org.kohsuke.stapler.fontawesome"/>

<!-- for Groovy view -->
<% adjunct 'org.kohsuke.stapler.fontawesome' %>

About

Adjunct packaging of FontAwesome

Resources

Stars

Watchers

Forks

Packages

No packages published