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