MVN

org.elasticsearch.test : azure-fixture

Maven & Gradle

Oct 21, 2020
662 stars

azure-fixture · Fixture for Azure external service

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

Latest Version

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

  • Latest Stable: 7.9.3

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement