License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jchord |
ArtifactId | ArtifactIdconfspellcheck |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguration spellchecker
The spellcheck library for use in configuration spellcheck. Small and dependency-free.
|
Project URL |
Project URL |
Filename | Size |
---|---|
confspellcheck-0.1.pom | |
confspellcheck-0.1.jar | 37 KB |
confspellcheck-0.1-sources.jar | 12 KB |
confspellcheck-0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jchord/confspellcheck/ -->
<dependency>
<groupId>com.googlecode.jchord</groupId>
<artifactId>confspellcheck</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jchord/confspellcheck/
implementation 'com.googlecode.jchord:confspellcheck:0.1'
// https://jarcasting.com/artifacts/com.googlecode.jchord/confspellcheck/
implementation ("com.googlecode.jchord:confspellcheck:0.1")
'com.googlecode.jchord:confspellcheck:jar:0.1'
<dependency org="com.googlecode.jchord" name="confspellcheck" rev="0.1">
<artifact name="confspellcheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jchord', module='confspellcheck', version='0.1')
)
libraryDependencies += "com.googlecode.jchord" % "confspellcheck" % "0.1"
[com.googlecode.jchord/confspellcheck "0.1"]