GroupId | GroupIdcom.github.sanskrit-coders |
---|---|
ArtifactId | ArtifactIdStarDict |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
StarDict-1.0.pom | |
StarDict-1.0.jar | 34 KB |
StarDict-1.0-sources.jar | 16 KB |
StarDict-1.0-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.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"]