MVN

net.sf.jazzy : jazzy-core

Maven & Gradle

Aug 30, 2012
3 usages

Jazzy · 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.

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

Latest Version

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

  • Latest Stable: 0.5.2

All Versions

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

Version Vulnerabilities Updated
0.5.x
jazzy-core-0.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sf.jazzy</groupId>
    <artifactId>jazzy-core</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sf.jazzy:jazzy-core:0.5.2'

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

implementation("net.sf.jazzy:jazzy-core:0.5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sf.jazzy" % "jazzy-core" % "0.5.2"

Advertisement

Dependencies from Group

Jun 26, 2011
17 usages
Aug 30, 2012
3 usages
Feb 03, 2013

Discover Dependencies

Oct 23, 2013
2 usages
549 stars
Jun 06, 2016
5 usages
Jun 06, 2016
5 usages
May 17, 2021
32 usages
171 stars
Sep 03, 2018
10 usages
Sep 17, 2015
2 usages
1 stars
Oct 10, 2017
2 usages
2 stars
May 28, 2021
2 usages
8 stars
Jul 02, 2019
7 usages
5 stars
Jul 18, 2019
6 usages
66 stars