is not current version
Last Version 1.1

io.github.geniot:jortho 1.0

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.

GroupId

GroupId

io.github.geniot
ArtifactId

ArtifactId

jortho
Version

Version

1.0
Type

Type

jar

Download jortho 1.0


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