MVN

com.github.mozilla : mozillaspeechutils

Maven & Gradle

Jun 26, 2020

mozillaspeechutils · This is an Android library containing an API to Mozilla's speech recognition services

<dependency>
    <groupId>com.github.mozilla</groupId>
    <artifactId>mozillaspeechutils</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mozilla : mozillaspeechutils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of com.github.mozilla : mozillaspeechutils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mozillaspeechutils-2.0.4
mozillaspeechutils-2.0.3
mozillaspeechutils-2.0.1
mozillaspeechutils-2.0.0

How to add a dependency to Maven

Add the following com.github.mozilla : mozillaspeechutils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mozilla</groupId>
    <artifactId>mozillaspeechutils</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mozilla : mozillaspeechutils gradle dependency to your build.gradle file:

implementation 'com.github.mozilla:mozillaspeechutils:2.0.4'

Gradle Kotlin DSL: Add the following com.github.mozilla : mozillaspeechutils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mozilla:mozillaspeechutils:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mozilla : mozillaspeechutils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mozilla" % "mozillaspeechutils" % "2.0.4"