Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdsoftware.amazon.awscdk |
ArtifactId | ArtifactIdlambda-event-sources |
Version | Version1.16.2.DEVPREVIEW |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/software.amazon.awscdk/lambda-event-sources/ -->
<dependency>
<groupId>software.amazon.awscdk</groupId>
<artifactId>lambda-event-sources</artifactId>
<version>1.16.2.DEVPREVIEW</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.awscdk/lambda-event-sources/
implementation 'software.amazon.awscdk:lambda-event-sources:1.16.2.DEVPREVIEW'
// https://jarcasting.com/artifacts/software.amazon.awscdk/lambda-event-sources/
implementation ("software.amazon.awscdk:lambda-event-sources:1.16.2.DEVPREVIEW")
'software.amazon.awscdk:lambda-event-sources:jar:1.16.2.DEVPREVIEW'
<dependency org="software.amazon.awscdk" name="lambda-event-sources" rev="1.16.2.DEVPREVIEW">
<artifact name="lambda-event-sources" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.awscdk', module='lambda-event-sources', version='1.16.2.DEVPREVIEW')
)
libraryDependencies += "software.amazon.awscdk" % "lambda-event-sources" % "1.16.2.DEVPREVIEW"
[software.amazon.awscdk/lambda-event-sources "1.16.2.DEVPREVIEW"]