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