| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdbootstrap-fileinput |
| Version | Version4.3.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bootstrap-fileinput-4.3.8.pom | |
| bootstrap-fileinput-4.3.8.jar | 191 KB |
| bootstrap-fileinput-4.3.8-sources.jar | 22 bytes |
| bootstrap-fileinput-4.3.8-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-fileinput/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>bootstrap-fileinput</artifactId>
<version>4.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-fileinput/
implementation 'org.webjars.bower:bootstrap-fileinput:4.3.8'
// https://jarcasting.com/artifacts/org.webjars.bower/bootstrap-fileinput/
implementation ("org.webjars.bower:bootstrap-fileinput:4.3.8")
'org.webjars.bower:bootstrap-fileinput:jar:4.3.8'
<dependency org="org.webjars.bower" name="bootstrap-fileinput" rev="4.3.8">
<artifact name="bootstrap-fileinput" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='bootstrap-fileinput', version='4.3.8')
)
libraryDependencies += "org.webjars.bower" % "bootstrap-fileinput" % "4.3.8"
[org.webjars.bower/bootstrap-fileinput "4.3.8"]