MVN

org.jitsi : jmyspell

Maven & Gradle

Nov 01, 2020
1 stars

jmyspell parent · JMySpell is a 100% pure-Java implementation of the MySpell spell checker, licensed under the LGPL. This allows us to use the old dictionaries from OpenOffice.org in Java applications, whether they're J2SE applications or J2EE web applications. Since at the moment there is only one 100% Java Open-Source spell checker (Jazzy), and the inclusion of dictionaries is difficult, the objective of this project is to fill this gap.

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>jmyspell</artifactId>
    <version>1.0-jitsi-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jitsi : jmyspell to add to Maven - Latest Versions:

  • Latest Stable: 1.0-jitsi-1

All Versions

Choose a version of org.jitsi : jmyspell to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
jmyspell-1.0-jitsi-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jitsi</groupId>
    <artifactId>jmyspell</artifactId>
    <version>1.0-jitsi-1</version>
</dependency>

Advertisement