GroupId | GroupIdcom.ibm.watson |
---|---|
ArtifactId | ArtifactIdspeech-to-text |
Version | Version8.4.0 |
Type | Typejar |
Filename | Size |
---|---|
speech-to-text-8.4.0.pom | |
speech-to-text-8.4.0.jar | 173 KB |
speech-to-text-8.4.0-sources.jar | 146 KB |
speech-to-text-8.4.0-javadoc.jar | 522 KB |
speech-to-text-8.4.0-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>8.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation 'com.ibm.watson:speech-to-text:8.4.0'
// https://jarcasting.com/artifacts/com.ibm.watson/speech-to-text/
implementation ("com.ibm.watson:speech-to-text:8.4.0")
'com.ibm.watson:speech-to-text:jar:8.4.0'
<dependency org="com.ibm.watson" name="speech-to-text" rev="8.4.0">
<artifact name="speech-to-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.watson', module='speech-to-text', version='8.4.0')
)
libraryDependencies += "com.ibm.watson" % "speech-to-text" % "8.4.0"
[com.ibm.watson/speech-to-text "8.4.0"]