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