MVN

com.bazaarvoice.maven.plugins : s3repo-maven-plugin

Maven & Gradle

Dec 22, 2021
4 stars

s3repo-maven-plugin · Create or update an S3 YUM repository.

<dependency>
    <groupId>com.bazaarvoice.maven.plugins</groupId>
    <artifactId>s3repo-maven-plugin</artifactId>
    <version>3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bazaarvoice.maven.plugins : s3repo-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7
  • Latest Release Candidate: 3.7-RC1

All Versions

Choose a version of com.bazaarvoice.maven.plugins : s3repo-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7
s3repo-maven-plugin-3.7
s3repo-maven-plugin-3.7-RC1
3.6
s3repo-maven-plugin-3.6
3.5
s3repo-maven-plugin-3.5
3.4
s3repo-maven-plugin-3.4
3.3
s3repo-maven-plugin-3.3
3.2
s3repo-maven-plugin-3.2
3.1
s3repo-maven-plugin-3.1
2.0.x
s3repo-maven-plugin-2.0.4
s3repo-maven-plugin-2.0.3
s3repo-maven-plugin-2.0.2

How to add a dependency to Maven

Add the following com.bazaarvoice.maven.plugins : s3repo-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bazaarvoice.maven.plugins</groupId>
    <artifactId>s3repo-maven-plugin</artifactId>
    <version>3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bazaarvoice.maven.plugins : s3repo-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.bazaarvoice.maven.plugins:s3repo-maven-plugin:3.7'

Gradle Kotlin DSL: Add the following com.bazaarvoice.maven.plugins : s3repo-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bazaarvoice.maven.plugins:s3repo-maven-plugin:3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bazaarvoice.maven.plugins : s3repo-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bazaarvoice.maven.plugins" % "s3repo-maven-plugin" % "3.7"