| License |
License |
|---|---|
| GroupId | GroupIdnl.marc-apps |
| ArtifactId | ArtifactIdtts-android |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionTextToSpeechKt
Multiplatform Text-to-Speech library for Android and Browser (JS). This library will enable you to use Text-to-Speech in multiplatform Kotlin projects.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tts-android-1.2.1.pom | |
| tts-android-1.2.1-sources.jar | 8 KB |
| tts-android-1.2.1-javadoc.jar | 261 bytes |
| tts-android-1.2.1-debug.aar | 38 KB |
| tts-android-1.2.1-debug-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.marc-apps/tts-android/ -->
<dependency>
<groupId>nl.marc-apps</groupId>
<artifactId>tts-android</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nl.marc-apps/tts-android/
implementation 'nl.marc-apps:tts-android:1.2.1'
// https://jarcasting.com/artifacts/nl.marc-apps/tts-android/
implementation ("nl.marc-apps:tts-android:1.2.1")
'nl.marc-apps:tts-android:aar:1.2.1'
<dependency org="nl.marc-apps" name="tts-android" rev="1.2.1">
<artifact name="tts-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='nl.marc-apps', module='tts-android', version='1.2.1')
)
libraryDependencies += "nl.marc-apps" % "tts-android" % "1.2.1"
[nl.marc-apps/tts-android "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.6.1 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.annotation » annotation | jar | 1.3.0 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.1 |