License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.skhatri |
ArtifactId | ArtifactIdgradle-s3-plugin |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionGradle S3 Plugin
Plugin upload and download files from AWS S3 buckets
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-s3-plugin-1.0.4.pom | |
gradle-s3-plugin-1.0.4.jar | 50 KB |
gradle-s3-plugin-1.0.4-sources.jar | 5 KB |
gradle-s3-plugin-1.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skhatri/gradle-s3-plugin/ -->
<dependency>
<groupId>com.github.skhatri</groupId>
<artifactId>gradle-s3-plugin</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skhatri/gradle-s3-plugin/
implementation 'com.github.skhatri:gradle-s3-plugin:1.0.4'
// https://jarcasting.com/artifacts/com.github.skhatri/gradle-s3-plugin/
implementation ("com.github.skhatri:gradle-s3-plugin:1.0.4")
'com.github.skhatri:gradle-s3-plugin:jar:1.0.4'
<dependency org="com.github.skhatri" name="gradle-s3-plugin" rev="1.0.4">
<artifact name="gradle-s3-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skhatri', module='gradle-s3-plugin', version='1.0.4')
)
libraryDependencies += "com.github.skhatri" % "gradle-s3-plugin" % "1.0.4"
[com.github.skhatri/gradle-s3-plugin "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
joda-time : joda-time | jar | 2.4 |
com.amazonaws : aws-java-sdk-s3 | jar | 1.9.33 |