is not current version
Last Version 2.3.1

com.efsavage.twitter.bootstrap:bootstrap-maven 2.0.4

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.efsavage.twitter.bootstrap
ArtifactId

ArtifactId

bootstrap-maven
Version

Version

2.0.4
Type

Type

jar

Download bootstrap-maven 2.0.4


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