MVN

org.elasticsearch.test : s3-fixture

Maven & Gradle

Oct 21, 2020
662 stars

s3-fixture · Fixture for S3 Storage service

<dependency>
    <groupId>org.elasticsearch.test</groupId>
    <artifactId>s3-fixture</artifactId>
    <version>7.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticsearch.test : s3-fixture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.9.3

All Versions

Choose a version of org.elasticsearch.test : s3-fixture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.9.x
s3-fixture-7.9.3
s3-fixture-7.9.2
s3-fixture-7.9.1
s3-fixture-7.9.0
7.8.x
s3-fixture-7.8.1
s3-fixture-7.8.0
7.7.x
s3-fixture-7.7.1
s3-fixture-7.7.0
7.6.x
s3-fixture-7.6.2
s3-fixture-7.6.1
s3-fixture-7.6.0
7.5.x
s3-fixture-7.5.2
s3-fixture-7.5.1
s3-fixture-7.5.0

How to add a dependency to Maven

Add the following org.elasticsearch.test : s3-fixture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.elasticsearch.test</groupId>
    <artifactId>s3-fixture</artifactId>
    <version>7.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticsearch.test : s3-fixture gradle dependency to your build.gradle file:

implementation 'org.elasticsearch.test:s3-fixture:7.9.3'

Gradle Kotlin DSL: Add the following org.elasticsearch.test : s3-fixture gradle kotlin dependency to your build.gradle.kts file:

implementation("org.elasticsearch.test:s3-fixture:7.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticsearch.test : s3-fixture sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticsearch.test" % "s3-fixture" % "7.9.3"

Advertisement