MVN

nl.marc-apps : tts-android

Maven & Gradle

May 05, 2023
7 stars

TextToSpeechKt · Multiplatform Text-to-Speech library for Android and Browser (JS). This library will enable you to use Text-to-Speech in multiplatform Kotlin projects.

<dependency>
    <groupId>nl.marc-apps</groupId>
    <artifactId>tts-android</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.marc-apps : tts-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of nl.marc-apps : tts-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
tts-android-1.6.0
1.5.x
tts-android-1.5.0
1.4.x
tts-android-1.4.0
1.3.x
tts-android-1.3.0
1.2.x
tts-android-1.2.1
tts-android-1.2.0
1.1.x
tts-android-1.1.3
tts-android-1.1.1
tts-android-1.1.0
1.0.x
tts-android-1.0.0
0.10.x
tts-android-0.10.0
0.9.x
tts-android-0.9.1
tts-android-0.9.0
0.8.x
tts-android-0.8.0
0.7.x
tts-android-0.7.3
tts-android-0.7.2
tts-android-0.7.1

How to add a dependency to Maven

Add the following nl.marc-apps : tts-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.marc-apps</groupId>
    <artifactId>tts-android</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.marc-apps : tts-android gradle dependency to your build.gradle file:

implementation 'nl.marc-apps:tts-android:1.6.0'

Gradle Kotlin DSL: Add the following nl.marc-apps : tts-android gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.marc-apps:tts-android:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.marc-apps : tts-android sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.marc-apps" % "tts-android" % "1.6.0"

Advertisement