| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.geniot |
| Идентификатор | Идентификаторjortho |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jortho-1.1.pom | |
| jortho-1.1.jar | 8 MB |
| jortho-1.1-sources.jar | 8 MB |
| jortho-1.1-javadoc.jar | 190 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.geniot/jortho/ -->
<dependency>
<groupId>io.github.geniot</groupId>
<artifactId>jortho</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.geniot/jortho/
implementation 'io.github.geniot:jortho:1.1'
// https://jarcasting.com/artifacts/io.github.geniot/jortho/
implementation ("io.github.geniot:jortho:1.1")
'io.github.geniot:jortho:jar:1.1'
<dependency org="io.github.geniot" name="jortho" rev="1.1">
<artifact name="jortho" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.geniot', module='jortho', version='1.1')
)
libraryDependencies += "io.github.geniot" % "jortho" % "1.1"
[io.github.geniot/jortho "1.1"]