| GroupId | GroupIdio.github.starlangsoftware |
|---|---|
| ArtifactId | ArtifactIdSpellChecker |
| Version | Version1.0.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| SpellChecker-1.0.14.pom | |
| SpellChecker-1.0.14.jar | 7 KB |
| SpellChecker-1.0.14-sources.jar | 4 KB |
| SpellChecker-1.0.14-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.starlangsoftware/SpellChecker/ -->
<dependency>
<groupId>io.github.starlangsoftware</groupId>
<artifactId>SpellChecker</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/SpellChecker/
implementation 'io.github.starlangsoftware:SpellChecker:1.0.14'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/SpellChecker/
implementation ("io.github.starlangsoftware:SpellChecker:1.0.14")
'io.github.starlangsoftware:SpellChecker:jar:1.0.14'
<dependency org="io.github.starlangsoftware" name="SpellChecker" rev="1.0.14">
<artifact name="SpellChecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='SpellChecker', version='1.0.14')
)
libraryDependencies += "io.github.starlangsoftware" % "SpellChecker" % "1.0.14"
[io.github.starlangsoftware/SpellChecker "1.0.14"]