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