GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjquery-typeahead |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
jquery-typeahead-2.8.0.pom | |
jquery-typeahead-2.8.0.jar | 126 KB |
jquery-typeahead-2.8.0-sources.jar | 22 bytes |
jquery-typeahead-2.8.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>jquery-typeahead</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/
implementation 'org.webjars.npm:jquery-typeahead:2.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/
implementation ("org.webjars.npm:jquery-typeahead:2.8.0")
'org.webjars.npm:jquery-typeahead:jar:2.8.0'
<dependency org="org.webjars.npm" name="jquery-typeahead" rev="2.8.0">
<artifact name="jquery-typeahead" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-typeahead', version='2.8.0')
)
libraryDependencies += "org.webjars.npm" % "jquery-typeahead" % "2.8.0"
[org.webjars.npm/jquery-typeahead "2.8.0"]