| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdboot |
| Version | Version3.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| boot-3.3.1.pom | |
| boot-3.3.1.jar | 421 KB |
| boot-3.3.1-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/boot/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>boot</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/boot/
implementation 'org.webjars.bower:boot:3.3.1'
// https://jarcasting.com/artifacts/org.webjars.bower/boot/
implementation ("org.webjars.bower:boot:3.3.1")
'org.webjars.bower:boot:jar:3.3.1'
<dependency org="org.webjars.bower" name="boot" rev="3.3.1">
<artifact name="boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='boot', version='3.3.1')
)
libraryDependencies += "org.webjars.bower" % "boot" % "3.3.1"
[org.webjars.bower/boot "3.3.1"]