is not current version
Last Version 2.17.219

software.amazon.awssdk:elasticinference 2.17.218

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

Categories

Categories

AWS Container PaaS Providers Infer Application Testing & Monitoring Code Analysis
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

elasticinference
Version

Version

2.17.218
Type

Type

jar

Download elasticinference 2.17.218


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