Twitter Bootstrap for Maven

This library gives you a way to drop Twitter Bootstrap into your project as a Maven dependency, which means you don't have to include these third party files in your own source control.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.efsavage.twitter.bootstrap
ArtifactId

ArtifactId

bootstrap-maven
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

Twitter Bootstrap for Maven
This library gives you a way to drop Twitter Bootstrap into your project as a Maven dependency, which means you don't have to include these third party files in your own source control.

Download bootstrap-maven

How to add to project

<!-- https://jarcasting.com/artifacts/com.efsavage.twitter.bootstrap/bootstrap-maven/ -->
<dependency>
    <groupId>com.efsavage.twitter.bootstrap</groupId>
    <artifactId>bootstrap-maven</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.efsavage.twitter.bootstrap/bootstrap-maven/
implementation 'com.efsavage.twitter.bootstrap:bootstrap-maven:2.3.1'
// https://jarcasting.com/artifacts/com.efsavage.twitter.bootstrap/bootstrap-maven/
implementation ("com.efsavage.twitter.bootstrap:bootstrap-maven:2.3.1")
'com.efsavage.twitter.bootstrap:bootstrap-maven:jar:2.3.1'
<dependency org="com.efsavage.twitter.bootstrap" name="bootstrap-maven" rev="2.3.1">
  <artifact name="bootstrap-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efsavage.twitter.bootstrap', module='bootstrap-maven', version='2.3.1')
)
libraryDependencies += "com.efsavage.twitter.bootstrap" % "bootstrap-maven" % "2.3.1"
[com.efsavage.twitter.bootstrap/bootstrap-maven "2.3.1"]

Dependencies

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
javax.servlet.jsp : jsp-api jar 2.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.1
2.1.1
2.0.4