MVN

net.sf.jazzy : jazzy

Maven & Gradle

Jun 26, 2011
17 usages

Jazzy (RText Version) · A set of APIs that allow you to add spell checking functionality to Java Applications easily. Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up with are very similar. Note that this is not an official release from the jazzy project; it is a release of 0.5.2 with enhancements / bug-fixes as required by the RText SpellChecker project hosted on www.fifesoft.com. The scm urls in this pom indicate where the enhanced source code is hosted

<dependency>
    <groupId>net.sf.jazzy</groupId>
    <artifactId>jazzy</artifactId>
    <version>0.5.2-rtext-1.4.1-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jazzy : jazzy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2-rtext-1.4.1-2

All Versions

Choose a version of net.sf.jazzy : jazzy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
jazzy-0.5.2-rtext-1.4.1-2
jazzy-0.5.2-rtext-1.4.1

How to add a dependency to Maven

Add the following net.sf.jazzy : jazzy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jazzy</groupId>
    <artifactId>jazzy</artifactId>
    <version>0.5.2-rtext-1.4.1-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jazzy : jazzy gradle dependency to your build.gradle file:

implementation 'net.sf.jazzy:jazzy:0.5.2-rtext-1.4.1-2'

Gradle Kotlin DSL: Add the following net.sf.jazzy : jazzy gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jazzy:jazzy:0.5.2-rtext-1.4.1-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jazzy : jazzy sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jazzy" % "jazzy" % "0.5.2-rtext-1.4.1-2"

Advertisement