MVN

com.goyeau : mill-s3-publish_2.13

Maven & Gradle

Dec 02, 2020
0 stars

mill-s3-publish_2.13 · A Mill plugin to publish artifacts to S3

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-s3-publish_2.13</artifactId>
    <version>9911fd9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goyeau : mill-s3-publish_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9911fd9

All Versions

Choose a version of com.goyeau : mill-s3-publish_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9911fd9
mill-s3-publish_2.13-9911fd9
917fc87
mill-s3-publish_2.13-917fc87
cb4d1d3
mill-s3-publish_2.13-cb4d1d3
2966dc7
mill-s3-publish_2.13-2966dc7
f9c4a3a
mill-s3-publish_2.13-f9c4a3a

How to add a dependency to Maven

Add the following com.goyeau : mill-s3-publish_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.goyeau</groupId>
    <artifactId>mill-s3-publish_2.13</artifactId>
    <version>9911fd9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.goyeau : mill-s3-publish_2.13 gradle dependency to your build.gradle file:

implementation 'com.goyeau:mill-s3-publish_2.13:9911fd9'

Gradle Kotlin DSL: Add the following com.goyeau : mill-s3-publish_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.goyeau:mill-s3-publish_2.13:9911fd9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.goyeau : mill-s3-publish_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.goyeau" % "mill-s3-publish_2.13" % "9911fd9"

Advertisement