stardict
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.indic-dict</groupId>
<artifactId>stardict</artifactId>
<version>0.1</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.indic-dict</groupId>
<artifactId>stardict</artifactId>
<packaging>jar</packaging>
<description>StarDict</description>
<url>https://sanskrit-coders.github.io/</url>
<version>0.1</version>
<licenses>
<license>
<name>APL2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>StarDict</name>
<organization>
<name>com.github.indic-dict</name>
<url>https://sanskrit-coders.github.io/</url>
</organization>
<scm>
<url>https://github.com/indic-dict/StarDict-1</url>
<connection>scm:git@github.com:indic-dict/StarDict-1.git</connection>
</scm>
<developers>
<developer>
<id>sanskrit-coders</id>
<name>Sanskrit Coders</name>
<url>https://sanskrit-coders.github.io/</url>
<email>sanskrit-programmers@googlegroups.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.novocode</groupId>
<artifactId>junit-interface</artifactId>
<version>0.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>