MVN

org.elasticsearch.qa : smoke-test-shaded

Maven & Gradle

Aug 26, 2015
64.3k stars

QA: Smoke Test Shaded Jar · Runs a simple

<dependency>
    <groupId>org.elasticsearch.qa</groupId>
    <artifactId>smoke-test-shaded</artifactId>
    <version>2.0.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.elasticsearch.qa : smoke-test-shaded to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-beta1
  • Latest Beta: 2.0.0-beta1

All Versions

Choose a version of org.elasticsearch.qa : smoke-test-shaded to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
smoke-test-shaded-2.0.0-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.elasticsearch.qa</groupId>
    <artifactId>smoke-test-shaded</artifactId>
    <version>2.0.0-beta1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.elasticsearch.qa : smoke-test-shaded gradle dependency to your build.gradle file:

implementation 'org.elasticsearch.qa:smoke-test-shaded:2.0.0-beta1'

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

implementation("org.elasticsearch.qa:smoke-test-shaded:2.0.0-beta1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.elasticsearch.qa : smoke-test-shaded sbt scala dependency to your build.sbt file:

libraryDependencies += "org.elasticsearch.qa" % "smoke-test-shaded" % "2.0.0-beta1"

Advertisement