is not current version
Last Version 3.2.0

com.fifesoft:spellchecker r239

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

r239
Type

Type

jar

Download spellchecker r239


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