is not current version
Last Version 2.4.6

org.elasticsearch.qa:smoke-test-plugins 2.0.0

Loads up all of our plugins

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.qa
ArtifactId

ArtifactId

smoke-test-plugins
Version

Version

2.0.0
Type

Type

jar

Download smoke-test-plugins 2.0.0


<!-- https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-plugins/ -->
<dependency>
    <groupId>org.elasticsearch.qa</groupId>
    <artifactId>smoke-test-plugins</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-plugins/
implementation 'org.elasticsearch.qa:smoke-test-plugins:2.0.0'
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-plugins/
implementation ("org.elasticsearch.qa:smoke-test-plugins:2.0.0")
'org.elasticsearch.qa:smoke-test-plugins:jar:2.0.0'
<dependency org="org.elasticsearch.qa" name="smoke-test-plugins" rev="2.0.0">
  <artifact name="smoke-test-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.qa', module='smoke-test-plugins', version='2.0.0')
)
libraryDependencies += "org.elasticsearch.qa" % "smoke-test-plugins" % "2.0.0"
[org.elasticsearch.qa/smoke-test-plugins "2.0.0"]