Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.fifesoft |
ArtifactId | ArtifactIdautocomplete |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
autocomplete-1.5.0.pom | |
autocomplete-1.5.0.jar | 111 KB |
autocomplete-1.5.0-sources.jar | 90 KB |
autocomplete-1.5.0-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fifesoft/autocomplete/ -->
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>autocomplete</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/autocomplete/
implementation 'com.fifesoft:autocomplete:1.5.0'
// https://jarcasting.com/artifacts/com.fifesoft/autocomplete/
implementation ("com.fifesoft:autocomplete:1.5.0")
'com.fifesoft:autocomplete:jar:1.5.0'
<dependency org="com.fifesoft" name="autocomplete" rev="1.5.0">
<artifact name="autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='autocomplete', version='1.5.0')
)
libraryDependencies += "com.fifesoft" % "autocomplete" % "1.5.0"
[com.fifesoft/autocomplete "1.5.0"]