GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdBootstrap-3-Typeahead |
Version | Version3.1.0 |
Type | Typejar |
Filename | Size |
---|---|
Bootstrap-3-Typeahead-3.1.0.pom | |
Bootstrap-3-Typeahead-3.1.0.jar | 8 KB |
Bootstrap-3-Typeahead-3.1.0-javadoc.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/Bootstrap-3-Typeahead/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>Bootstrap-3-Typeahead</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/Bootstrap-3-Typeahead/
implementation 'org.webjars:Bootstrap-3-Typeahead:3.1.0'
// https://jarcasting.com/artifacts/org.webjars/Bootstrap-3-Typeahead/
implementation ("org.webjars:Bootstrap-3-Typeahead:3.1.0")
'org.webjars:Bootstrap-3-Typeahead:jar:3.1.0'
<dependency org="org.webjars" name="Bootstrap-3-Typeahead" rev="3.1.0">
<artifact name="Bootstrap-3-Typeahead" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='Bootstrap-3-Typeahead', version='3.1.0')
)
libraryDependencies += "org.webjars" % "Bootstrap-3-Typeahead" % "3.1.0"
[org.webjars/Bootstrap-3-Typeahead "3.1.0"]