Defining Bootstrap WebJar as a Maven dependency

Let's add the following to the pom.xml file:

    <dependency> 
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.6</version>
</dependency>

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset