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