is not current version
Last Version 2.17.219

software.amazon.awssdk:machinelearning 2.15.11

The AWS Java SDK for Amazon Machine Learning module holds the client classes that is used for communicating with Amazon Machine Learning Service

Categories

Categories

AWS Container PaaS Providers
GroupId

GroupId

software.amazon.awssdk
ArtifactId

ArtifactId

machinelearning
Version

Version

2.15.11
Type

Type

jar

Download machinelearning 2.15.11


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