Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch.qa |
ArtifactId | ArtifactIdsmoke-test-plugins |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
smoke-test-plugins-2.0.0.pom | |
smoke-test-plugins-2.0.0.jar | 3 KB |
Browse |
<!-- 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"]