GroupId | GroupIdcom.ibm.watson |
---|---|
ArtifactId | ArtifactIdspeech-to-text |
Version | Version7.1.1 |
Type | Typejar |
Filename | Size |
---|---|
speech-to-text-7.1.1.pom | |
speech-to-text-7.1.1.jar | 190 KB |
speech-to-text-7.1.1-sources.jar | 148 KB |
speech-to-text-7.1.1-javadoc.jar | 525 KB |
speech-to-text-7.1.1-jar-with-dependencies.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/ -->
<dependency>
<groupId>com.ibm.watson</groupId>
<artifactId>speech-to-text</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation 'com.ibm.watson:speech-to-text:7.1.1'
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation ("com.ibm.watson:speech-to-text:7.1.1")
'com.ibm.watson:speech-to-text:jar:7.1.1'
<dependency org="com.ibm.watson" name="speech-to-text" rev="7.1.1">
<artifact name="speech-to-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='speech-to-text', version='7.1.1')
)
libraryDependencies += "com.ibm.watson" % "speech-to-text" % "7.1.1"
[com.ibm.watson/speech-to-text "7.1.1"]