GroupId | GroupIdio.github.starlangsoftware |
---|---|
ArtifactId | ArtifactIdSpellChecker |
Version | Version1.0.22 |
Type | Typejar |
Filename | Size |
---|---|
SpellChecker-1.0.22.pom | |
SpellChecker-1.0.22.jar | 1 MB |
SpellChecker-1.0.22-sources.jar | 1 MB |
SpellChecker-1.0.22-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.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.starlangsoftware/SpellChecker/
implementation 'io.github.starlangsoftware:SpellChecker:1.0.22'
// https://jarcasting.com/artifacts/io.github.starlangsoftware/SpellChecker/
implementation ("io.github.starlangsoftware:SpellChecker:1.0.22")
'io.github.starlangsoftware:SpellChecker:jar:1.0.22'
<dependency org="io.github.starlangsoftware" name="SpellChecker" rev="1.0.22">
<artifact name="SpellChecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.starlangsoftware', module='SpellChecker', version='1.0.22')
)
libraryDependencies += "io.github.starlangsoftware" % "SpellChecker" % "1.0.22"
[io.github.starlangsoftware/SpellChecker "1.0.22"]