GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdjquery-typeahead |
Version | Version2.10.3 |
Type | Typejar |
Filename | Size |
---|---|
jquery-typeahead-2.10.3.pom | |
jquery-typeahead-2.10.3.jar | 142 KB |
jquery-typeahead-2.10.3-sources.jar | 22 bytes |
jquery-typeahead-2.10.3-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.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/
implementation 'org.webjars.npm:jquery-typeahead:2.10.3'
// https://jarcasting.com/artifacts/org.webjars.npm/jquery-typeahead/
implementation ("org.webjars.npm:jquery-typeahead:2.10.3")
'org.webjars.npm:jquery-typeahead:jar:2.10.3'
<dependency org="org.webjars.npm" name="jquery-typeahead" rev="2.10.3">
<artifact name="jquery-typeahead" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jquery-typeahead', version='2.10.3')
)
libraryDependencies += "org.webjars.npm" % "jquery-typeahead" % "2.10.3"
[org.webjars.npm/jquery-typeahead "2.10.3"]