is not current version
Last Version 1.1

com.github.sanskrit-coders:StarDict 1.0

Basic stardict access Java library (with syn file support).

GroupId

GroupId

com.github.sanskrit-coders
ArtifactId

ArtifactId

StarDict
Version

Version

1.0
Type

Type

jar

Download StarDict 1.0


<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/StarDict/ -->
<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>StarDict</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/StarDict/
implementation 'com.github.sanskrit-coders:StarDict:1.0'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/StarDict/
implementation ("com.github.sanskrit-coders:StarDict:1.0")
'com.github.sanskrit-coders:StarDict:jar:1.0'
<dependency org="com.github.sanskrit-coders" name="StarDict" rev="1.0">
  <artifact name="StarDict" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='StarDict', version='1.0')
)
libraryDependencies += "com.github.sanskrit-coders" % "StarDict" % "1.0"
[com.github.sanskrit-coders/StarDict "1.0"]