MVN

io.github.geniot : jortho

Maven & Gradle

Jul 05, 2021
4 stars

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.

<dependency>
    <groupId>io.github.geniot</groupId>
    <artifactId>jortho</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.geniot : jortho to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.geniot : jortho to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jortho-1.1
1.0
jortho-1.0

How to add a dependency to Maven

Add the following io.github.geniot : jortho maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.geniot</groupId>
    <artifactId>jortho</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.geniot : jortho gradle dependency to your build.gradle file:

implementation 'io.github.geniot:jortho:1.1'

Gradle Kotlin DSL: Add the following io.github.geniot : jortho gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.geniot:jortho:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.geniot : jortho sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.geniot" % "jortho" % "1.1"

Advertisement

Dependencies from Group

Jun 28, 2021
7 stars
Jul 05, 2021
0 stars
Jul 05, 2021
4 stars

Discover Dependencies

Aug 14, 2023
7 usages
3k stars
Mar 30, 2023
7 usages
0 stars
Aug 02, 2022
1 stars
Aug 21, 2023
4 usages
4 stars
Aug 21, 2023
5 usages
4 stars
Jul 22, 2021
7 stars
Jun 29, 2021
3.2k stars
Jan 24, 2023
1 usages
36 stars