| Группа | Группаorg.webjars.bower |
|---|---|
| Идентификатор | Идентификаторbootstrap |
| Версия | Версия3.4.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bootstrap-3.4.1.pom | |
| bootstrap-3.4.1.jar | 679 KB |
| bootstrap-3.4.1-sources.jar | 22 bytes |
| bootstrap-3.4.1-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/bootstrap/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>bootstrap</artifactId>
<version>3.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap/
implementation 'org.webjars.bower:bootstrap:3.4.1'
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap/
implementation ("org.webjars.bower:bootstrap:3.4.1")
'org.webjars.bower:bootstrap:jar:3.4.1'
<dependency org="org.webjars.bower" name="bootstrap" rev="3.4.1">
<artifact name="bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootstrap', version='3.4.1')
)
libraryDependencies += "org.webjars.bower" % "bootstrap" % "3.4.1"
[org.webjars.bower/bootstrap "3.4.1"]