Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdelasticbeanstalk |
Version | Version809.2.784.0 |
Type | Typejar |
Filename | Size |
---|---|
elasticbeanstalk-809.2.784.0.pom | |
elasticbeanstalk-809.2.784.0.jar | 27 KB |
elasticbeanstalk-809.2.784.0-sources.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/elasticbeanstalk/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>elasticbeanstalk</artifactId>
<version>809.2.784.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/elasticbeanstalk/
implementation 'com.cognitect.aws:elasticbeanstalk:809.2.784.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/elasticbeanstalk/
implementation ("com.cognitect.aws:elasticbeanstalk:809.2.784.0")
'com.cognitect.aws:elasticbeanstalk:jar:809.2.784.0'
<dependency org="com.cognitect.aws" name="elasticbeanstalk" rev="809.2.784.0">
<artifact name="elasticbeanstalk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='elasticbeanstalk', version='809.2.784.0')
)
libraryDependencies += "com.cognitect.aws" % "elasticbeanstalk" % "809.2.784.0"
[com.cognitect.aws/elasticbeanstalk "809.2.784.0"]