License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Net Auto Application Layer Libs Code Generators |
GroupId | GroupIdnet.sf.squirrel-sql.thirdparty-non-maven |
ArtifactId | ArtifactIdcom-fifesoft-autocomplete |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutocomplete Library for RText
Adds autocompletion to a text component. Provides a popup window with a
list of autocomplete choices on a given keystroke, such as Crtrl+Space.
|
<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/com-fifesoft-autocomplete/ -->
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>com-fifesoft-autocomplete</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/com-fifesoft-autocomplete/
implementation 'net.sf.squirrel-sql.thirdparty-non-maven:com-fifesoft-autocomplete:1.0.0'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql.thirdparty-non-maven/com-fifesoft-autocomplete/
implementation ("net.sf.squirrel-sql.thirdparty-non-maven:com-fifesoft-autocomplete:1.0.0")
'net.sf.squirrel-sql.thirdparty-non-maven:com-fifesoft-autocomplete:jar:1.0.0'
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="com-fifesoft-autocomplete" rev="1.0.0">
<artifact name="com-fifesoft-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='com-fifesoft-autocomplete', version='1.0.0')
)
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "com-fifesoft-autocomplete" % "1.0.0"
[net.sf.squirrel-sql.thirdparty-non-maven/com-fifesoft-autocomplete "1.0.0"]