is not current version
Last Version 2.17.219

software.amazon.awssdk:lexruntime 2.17.218

The AWS Java SDK for Amazon Lex Runtime module holds the client classes that are used for communicating with Amazon Lex Runtime Service

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

lexruntime
Version

Version

2.17.218
Type

Type

jar

Download lexruntime 2.17.218


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