Last Version

jmyspell parent 1.0-jitsi-1

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.

License

License

GroupId

GroupId

org.jitsi
ArtifactId

ArtifactId

jmyspell
Version

Version

1.0-jitsi-1
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/jitsi/jmyspell
Source Code Management

Source Code Management

https://github.com/jitsi/jmyspell

Download jmyspell 1.0-jitsi-1

Filename Size
jmyspell-1.0-jitsi-1.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jmyspell-core
  • jmyspell-jedit-plugin
  • jmyspell-swing
  • jmyspell-examples