armtts
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>online.armtts</groupId> <artifactId>armtts</artifactId> <version>2.0.0</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>online.armtts</groupId> <artifactId>armtts</artifactId> <version>2.0.0</version> <packaging>aar</packaging> <name>armtts</name> <description>Text-to-Speech (TTS) engine for the Armenian language.</description> <url>https://github.com/albert-grigoryan/ArmTTS-Android</url> <licenses> <license> <name>MIT</name> <url>https://github.com/albert-grigoryan/ArmTTS-Android/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>albert-grigoryan</id> <name>Albert Grigoryan</name> <email>albert_grigoryan@yahoo.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/albert-grigoryan/ArmTTS-Android.git</connection> <developerConnection>scm:git:ssh://github.com/albert-grigoryan/ArmTTS-Android.git</developerConnection> <url>https://github.com/albert-grigoryan/ArmTTS-Android/tree/main</url> </scm> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.14.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.microsoft.onnxruntime</groupId> <artifactId>onnxruntime-android</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>