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