License |
License
Apache License 2.0
|
---|---|
GroupId | GroupIdcom.github.sanskrit-coders |
ArtifactId | ArtifactIdStarDict |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStardict Dictionary tools
Basic stardict access Java library (with syn file support).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
StarDict-1.1.pom | |
StarDict-1.1.jar | 34 KB |
StarDict-1.1-sources.jar | 16 KB |
StarDict-1.1-jar-with-dependencies.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/StarDict/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>StarDict</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/StarDict/
implementation 'com.github.sanskrit-coders:StarDict:1.1'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/StarDict/
implementation ("com.github.sanskrit-coders:StarDict:1.1")
'com.github.sanskrit-coders:StarDict:jar:1.1'
<dependency org="com.github.sanskrit-coders" name="StarDict" rev="1.1">
<artifact name="StarDict" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='StarDict', version='1.1')
)
libraryDependencies += "com.github.sanskrit-coders" % "StarDict" % "1.1"
[com.github.sanskrit-coders/StarDict "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |