License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jazzy |
ArtifactId | ArtifactIdjazzy-swing |
Last Version | Last Version0.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJazzy Swing components
Library for integrating the Jazzy spell checker into a Java Swing application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jazzy-swing-0.5.2.pom | |
jazzy-swing-0.5.2.jar | 40 KB |
jazzy-swing-0.5.2-sources.jar | 24 KB |
jazzy-swing-0.5.2-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jazzy/jazzy-swing/ -->
<dependency>
<groupId>net.sf.jazzy</groupId>
<artifactId>jazzy-swing</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jazzy/jazzy-swing/
implementation 'net.sf.jazzy:jazzy-swing:0.5.2'
// https://jarcasting.com/artifacts/net.sf.jazzy/jazzy-swing/
implementation ("net.sf.jazzy:jazzy-swing:0.5.2")
'net.sf.jazzy:jazzy-swing:jar:0.5.2'
<dependency org="net.sf.jazzy" name="jazzy-swing" rev="0.5.2">
<artifact name="jazzy-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jazzy', module='jazzy-swing', version='0.5.2')
)
libraryDependencies += "net.sf.jazzy" % "jazzy-swing" % "0.5.2"
[net.sf.jazzy/jazzy-swing "0.5.2"]