| GroupId | GroupIdio.pythagoras.common |
|---|---|
| ArtifactId | ArtifactIds3-event-queue |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| s3-event-queue-1.0.0.pom | |
| s3-event-queue-1.0.0.jar | 11 KB |
| s3-event-queue-1.0.0-sources.jar | 5 KB |
| s3-event-queue-1.0.0-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pythagoras.common/s3-event-queue/ -->
<dependency>
<groupId>io.pythagoras.common</groupId>
<artifactId>s3-event-queue</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pythagoras.common/s3-event-queue/
implementation 'io.pythagoras.common:s3-event-queue:1.0.0'
// https://jarcasting.com/artifacts/io.pythagoras.common/s3-event-queue/
implementation ("io.pythagoras.common:s3-event-queue:1.0.0")
'io.pythagoras.common:s3-event-queue:jar:1.0.0'
<dependency org="io.pythagoras.common" name="s3-event-queue" rev="1.0.0">
<artifact name="s3-event-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pythagoras.common', module='s3-event-queue', version='1.0.0')
)
libraryDependencies += "io.pythagoras.common" % "s3-event-queue" % "1.0.0"
[io.pythagoras.common/s3-event-queue "1.0.0"]