License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.turdsniffer |
ArtifactId | ArtifactIdSwingAutoCompletion |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSwingAutoCompletion
This library provides an easy way to add auto complete functionality to any JTextComponent.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.turdsniffer/SwingAutoCompletion/ -->
<dependency>
<groupId>com.github.turdsniffer</groupId>
<artifactId>SwingAutoCompletion</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.turdsniffer/SwingAutoCompletion/
implementation 'com.github.turdsniffer:SwingAutoCompletion:0.1'
// https://jarcasting.com/artifacts/com.github.turdsniffer/SwingAutoCompletion/
implementation ("com.github.turdsniffer:SwingAutoCompletion:0.1")
'com.github.turdsniffer:SwingAutoCompletion:jar:0.1'
<dependency org="com.github.turdsniffer" name="SwingAutoCompletion" rev="0.1">
<artifact name="SwingAutoCompletion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.turdsniffer', module='SwingAutoCompletion', version='0.1')
)
libraryDependencies += "com.github.turdsniffer" % "SwingAutoCompletion" % "0.1"
[com.github.turdsniffer/SwingAutoCompletion "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |