Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.skhatri |
ArtifactId | ArtifactIdgradle-s3-plugin |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
gradle-s3-plugin-1.0.7.pom | |
gradle-s3-plugin-1.0.7.jar | 49 KB |
gradle-s3-plugin-1.0.7-sources.jar | 4 KB |
gradle-s3-plugin-1.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skhatri/gradle-s3-plugin/
implementation 'com.github.skhatri:gradle-s3-plugin:1.0.7'
// https://jarcasting.com/artifacts/com.github.skhatri/gradle-s3-plugin/
implementation ("com.github.skhatri:gradle-s3-plugin:1.0.7")
'com.github.skhatri:gradle-s3-plugin:jar:1.0.7'
<dependency org="com.github.skhatri" name="gradle-s3-plugin" rev="1.0.7">
<artifact name="gradle-s3-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skhatri', module='gradle-s3-plugin', version='1.0.7')
)
libraryDependencies += "com.github.skhatri" % "gradle-s3-plugin" % "1.0.7"
[com.github.skhatri/gradle-s3-plugin "1.0.7"]