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