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