is not current version
Last Version 3.2.0

com.fifesoft:spellchecker 2.0.0-beta1

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

2.0.0-beta1
Type

Type

jar

Download spellchecker 2.0.0-beta1


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