| License |
License |
|---|---|
| GroupId | GroupIdorg.pipecraft.pipes |
| ArtifactId | ArtifactIdpipes-amazon-s3 |
| Last Version | Last Version0.92 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.pipecraft.pipes:pipes-amazon-s3
An Amazon S3 extension for pipes
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pipes-amazon-s3-0.92.pom | |
| pipes-amazon-s3-0.92.jar | 11 KB |
| pipes-amazon-s3-0.92-sources.jar | 6 KB |
| pipes-amazon-s3-0.92-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.pipecraft.pipes/pipes-amazon-s3/ -->
<dependency>
<groupId>org.pipecraft.pipes</groupId>
<artifactId>pipes-amazon-s3</artifactId>
<version>0.92</version>
</dependency>
// https://jarcasting.com/artifacts/org.pipecraft.pipes/pipes-amazon-s3/
implementation 'org.pipecraft.pipes:pipes-amazon-s3:0.92'
// https://jarcasting.com/artifacts/org.pipecraft.pipes/pipes-amazon-s3/
implementation ("org.pipecraft.pipes:pipes-amazon-s3:0.92")
'org.pipecraft.pipes:pipes-amazon-s3:jar:0.92'
<dependency org="org.pipecraft.pipes" name="pipes-amazon-s3" rev="0.92">
<artifact name="pipes-amazon-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pipecraft.pipes', module='pipes-amazon-s3', version='0.92')
)
libraryDependencies += "org.pipecraft.pipes" % "pipes-amazon-s3" % "0.92"
[org.pipecraft.pipes/pipes-amazon-s3 "0.92"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.pipecraft.pipes : pipes-core | jar | 0.92 |
| com.amazonaws : aws-java-sdk | jar | 1.11.779 |