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