| Лицензия |
Лицензия
Modified BSD License
|
|---|---|
| Группа | Группаcom.fifesoft |
| Идентификатор | Идентификаторspellchecker |
| Последняя версия | Последняя версия3.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSpellChecker
A simple spell checker add-on for RSyntaxTextArea. It will 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spellchecker-3.2.0.pom | |
| spellchecker-3.2.0.jar | 84 KB |
| spellchecker-3.2.0-sources.jar | 89 KB |
| spellchecker-3.2.0-javadoc.jar | 267 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fifesoft/spellchecker/ -->
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>spellchecker</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/spellchecker/
implementation 'com.fifesoft:spellchecker:3.2.0'
// https://jarcasting.com/artifacts/com.fifesoft/spellchecker/
implementation ("com.fifesoft:spellchecker:3.2.0")
'com.fifesoft:spellchecker:jar:3.2.0'
<dependency org="com.fifesoft" name="spellchecker" rev="3.2.0">
<artifact name="spellchecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='spellchecker', version='3.2.0')
)
libraryDependencies += "com.fifesoft" % "spellchecker" % "3.2.0"
[com.fifesoft/spellchecker "3.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fifesoft : rsyntaxtextarea | jar | 3.2.0 |