is not current version
Last Version 3.2.0

com.fifesoft:spellchecker 1.4.0

A simple spell checker add-on for RSyntaxTextArea. It’ll spell-check comments in source code, or the entire file if you are editing plain text. Spelling errors are squiggle-underlined with the color of your choice, and tooltips are available offering any spelling suggestions.

GroupId

GroupId

com.fifesoft
ArtifactId

ArtifactId

spellchecker
Version

Version

1.4.0
Type

Type

jar

Download spellchecker 1.4.0


<!-- https://jarcasting.com/artifacts/com.fifesoft/spellchecker/ -->
<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>spellchecker</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/spellchecker/
implementation 'com.fifesoft:spellchecker:1.4.0'
// https://jarcasting.com/artifacts/com.fifesoft/spellchecker/
implementation ("com.fifesoft:spellchecker:1.4.0")
'com.fifesoft:spellchecker:jar:1.4.0'
<dependency org="com.fifesoft" name="spellchecker" rev="1.4.0">
  <artifact name="spellchecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='spellchecker', version='1.4.0')
)
libraryDependencies += "com.fifesoft" % "spellchecker" % "1.4.0"
[com.fifesoft/spellchecker "1.4.0"]