| Categories |
CategoriesAWS Container PaaS Providers |
|---|---|
| GroupId | GroupIdcom.cognitect.aws |
| ArtifactId | ArtifactIdruntime-sagemaker |
| Version | Version801.2.691.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/runtime-sagemaker/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>runtime-sagemaker</artifactId>
<version>801.2.691.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/runtime-sagemaker/
implementation 'com.cognitect.aws:runtime-sagemaker:801.2.691.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/runtime-sagemaker/
implementation ("com.cognitect.aws:runtime-sagemaker:801.2.691.0")
'com.cognitect.aws:runtime-sagemaker:jar:801.2.691.0'
<dependency org="com.cognitect.aws" name="runtime-sagemaker" rev="801.2.691.0">
<artifact name="runtime-sagemaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='runtime-sagemaker', version='801.2.691.0')
)
libraryDependencies += "com.cognitect.aws" % "runtime-sagemaker" % "801.2.691.0"
[com.cognitect.aws/runtime-sagemaker "801.2.691.0"]