j

jortho

JOrtho (Java Orthography) is a Open Source spell-checker entirely written in Java. Its dictionaries are based on the free Wiktionary project and can therefore be updated for virtually any language. The library works with any JTextComponent from the Swing framework. This includes JTextPane, JEditorPane and JTextArea.
https://github.com/geniot/jortho
GPL
Ralf Bischoff Torsten Klose Vitaly Sazanovich
Files download
File Operation
jortho-1.1.jar download
jortho-1.1.pom download
jortho-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.geniot</groupId>
  <artifactId>jortho</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.geniot:jortho:1.1'
Gradle Kotlin
implementation("io.github.geniot:jortho:1.1")
Scala SBT
libraryDependencies += "io.github.geniot" % "jortho" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.geniot', module='jortho', version='1.1')
)
Apache Ivy
<dependency org="io.github.geniot" name="jortho" rev="1.1" />
Leiningen
[io.github.geniot/jortho "1.1"]
Apache Buildr
'io.github.geniot:jortho:jar:1.1'
Dependencies
The project has no third-party dependencies