MVN

org.opencastproject : opencast-speech-to-text-api

Maven & Gradle

Aug 23, 2023
3 usages
336 stars

Opencast :: speech-to-text-api

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-speech-to-text-api</artifactId>
    <version>14.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencastproject : opencast-speech-to-text-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.3

All Versions

Choose a version of org.opencastproject : opencast-speech-to-text-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.3
opencast-speech-to-text-api-14.3
14.2
opencast-speech-to-text-api-14.2
14.1
opencast-speech-to-text-api-14.1
14.0
opencast-speech-to-text-api-14.0
13.10
opencast-speech-to-text-api-13.10
13.8
opencast-speech-to-text-api-13.8
13.7
opencast-speech-to-text-api-13.7
13.6
opencast-speech-to-text-api-13.6
13.4
opencast-speech-to-text-api-13.4
13.2
opencast-speech-to-text-api-13.2
13.1
opencast-speech-to-text-api-13.1
13.0
opencast-speech-to-text-api-13.0
12.13
opencast-speech-to-text-api-12.13
12.12
opencast-speech-to-text-api-12.12
12.11
opencast-speech-to-text-api-12.11
12.9
opencast-speech-to-text-api-12.9
12.8
opencast-speech-to-text-api-12.8
12.7
opencast-speech-to-text-api-12.7
12.6
opencast-speech-to-text-api-12.6
12.5
opencast-speech-to-text-api-12.5
12.3
opencast-speech-to-text-api-12.3
12.2
opencast-speech-to-text-api-12.2
12.1
opencast-speech-to-text-api-12.1
12.0
opencast-speech-to-text-api-12.0
11.11
opencast-speech-to-text-api-11.11
11.10
opencast-speech-to-text-api-11.10
11.9
opencast-speech-to-text-api-11.9
11.8
opencast-speech-to-text-api-11.8
11.7
opencast-speech-to-text-api-11.7
11.6
opencast-speech-to-text-api-11.6
11.5
opencast-speech-to-text-api-11.5
11.4
opencast-speech-to-text-api-11.4
11.3
opencast-speech-to-text-api-11.3

How to add a dependency to Maven

Add the following org.opencastproject : opencast-speech-to-text-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opencastproject</groupId>
    <artifactId>opencast-speech-to-text-api</artifactId>
    <version>14.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencastproject : opencast-speech-to-text-api gradle dependency to your build.gradle file:

implementation 'org.opencastproject:opencast-speech-to-text-api:14.3'

Gradle Kotlin DSL: Add the following org.opencastproject : opencast-speech-to-text-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencastproject:opencast-speech-to-text-api:14.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencastproject : opencast-speech-to-text-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencastproject" % "opencast-speech-to-text-api" % "14.3"