m

mill-s3-publish_2.13

A Mill plugin to publish artifacts to S3
https://github.com/joan38/mill-s3-publish
MIT
Joan Goyeau
Files download
File Operation
mill-s3-publish_2.13-9911fd9.jar download
mill-s3-publish_2.13-9911fd9.pom download
mill-s3-publish_2.13-9911fd9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.goyeau</groupId>
  <artifactId>mill-s3-publish_2.13</artifactId>
  <version>9911fd9</version>
</dependency>
Gradle Groovy
implementation 'com.goyeau:mill-s3-publish_2.13:9911fd9'
Gradle Kotlin
implementation("com.goyeau:mill-s3-publish_2.13:9911fd9")
Scala SBT
libraryDependencies += "com.goyeau" % "mill-s3-publish_2.13" % "9911fd9"
Groovy Grape
@Grapes(
  @Grab(group='com.goyeau', module='mill-s3-publish_2.13', version='9911fd9')
)
Apache Ivy
<dependency org="com.goyeau" name="mill-s3-publish_2.13" rev="9911fd9" />
Leiningen
[com.goyeau/mill-s3-publish_2.13 "9911fd9"]
Apache Buildr
'com.goyeau:mill-s3-publish_2.13:jar:9911fd9'