GroupId | GroupIdcom.github.sanskrit-coders |
---|---|
ArtifactId | ArtifactIdstardict |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
stardict-0.1.pom | |
stardict-0.1.jar | 33 KB |
stardict-0.1-sources.jar | 17 KB |
stardict-0.1-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/stardict/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>stardict</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/stardict/
implementation 'com.github.sanskrit-coders:stardict:0.1'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/stardict/
implementation ("com.github.sanskrit-coders:stardict:0.1")
'com.github.sanskrit-coders:stardict:jar:0.1'
<dependency org="com.github.sanskrit-coders" name="stardict" rev="0.1">
<artifact name="stardict" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='stardict', version='0.1')
)
libraryDependencies += "com.github.sanskrit-coders" % "stardict" % "0.1"
[com.github.sanskrit-coders/stardict "0.1"]