is not current version
Last Version 2.17.219

software.amazon.awssdk:transcribe 2.17.104

The AWS Java SDK for Transcribe module holds the client classes that are used for communicating with Transcribe.

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

transcribe
Version

Version

2.17.104
Type

Type

jar

Download transcribe 2.17.104


<!-- https://jarcasting.com/artifacts/software.amazon.awssdk/transcribe/ -->
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>transcribe</artifactId>
    <version>2.17.104</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awssdk/transcribe/
implementation 'software.amazon.awssdk:transcribe:2.17.104'
// https://jarcasting.com/artifacts/software.amazon.awssdk/transcribe/
implementation ("software.amazon.awssdk:transcribe:2.17.104")
'software.amazon.awssdk:transcribe:jar:2.17.104'
<dependency org="software.amazon.awssdk" name="transcribe" rev="2.17.104">
  <artifact name="transcribe" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awssdk', module='transcribe', version='2.17.104')
)
libraryDependencies += "software.amazon.awssdk" % "transcribe" % "2.17.104"
[software.amazon.awssdk/transcribe "2.17.104"]