Download bootstrap-3.3.7.jar file - Jar b

Jar examples for b:bootstrap

Description

A packaging of the IntelliJ Community Edition bootstrap library. This is release number 1 of trunk branch 142.

You can download jar file bootstrap 3.3.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add bootstrap-3.3.7.jar to your project.

<dependency>
   <groupId>org.webjars</groupId>
   <artifactId>bootstrap</artifactId>
   <version>3.3.7</version>
</dependency>
compile group: 'org.webjars', name: 'bootstrap', version: '3.3.7'
libraryDependencies += "org.webjars" % "bootstrap" % "3.3.7"
<dependency org="org.webjars" name="bootstrap" rev="3.3.7"/>
@Grapes(@Grab(group='org.webjars', module='bootstrap', version='3.3.7'))
'org.webjars:bootstrap:jar:3.3.7'

Download

Click the following link to download the jar file.

bootstrap-3.3.7.jar
bootstrap-3.3.7.pom



Related Tutorials