is not current version
Last Version 2.17.219

software.amazon.awssdk:textract 2.13.71

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

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

textract
Version

Version

2.13.71
Type

Type

jar

Download textract 2.13.71


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