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