Categories |
CategoriesAWS Container PaaS Providers Infer Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdelastic-inference |
Version | Version776.2.582.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/elastic-inference/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>elastic-inference</artifactId>
<version>776.2.582.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/elastic-inference/
implementation 'com.cognitect.aws:elastic-inference:776.2.582.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/elastic-inference/
implementation ("com.cognitect.aws:elastic-inference:776.2.582.0")
'com.cognitect.aws:elastic-inference:jar:776.2.582.0'
<dependency org="com.cognitect.aws" name="elastic-inference" rev="776.2.582.0">
<artifact name="elastic-inference" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='elastic-inference', version='776.2.582.0')
)
libraryDependencies += "com.cognitect.aws" % "elastic-inference" % "776.2.582.0"
[com.cognitect.aws/elastic-inference "776.2.582.0"]