Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch.qa |
ArtifactId | ArtifactIdsmoke-test-command-line-params |
Version | Version2.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-command-line-params/ -->
<dependency>
<groupId>org.elasticsearch.qa</groupId>
<artifactId>smoke-test-command-line-params</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-command-line-params/
implementation 'org.elasticsearch.qa:smoke-test-command-line-params:2.4.2'
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-command-line-params/
implementation ("org.elasticsearch.qa:smoke-test-command-line-params:2.4.2")
'org.elasticsearch.qa:smoke-test-command-line-params:jar:2.4.2'
<dependency org="org.elasticsearch.qa" name="smoke-test-command-line-params" rev="2.4.2">
<artifact name="smoke-test-command-line-params" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.qa', module='smoke-test-command-line-params', version='2.4.2')
)
libraryDependencies += "org.elasticsearch.qa" % "smoke-test-command-line-params" % "2.4.2"
[org.elasticsearch.qa/smoke-test-command-line-params "2.4.2"]