Categories |
CategoriesGroovy Languages Search Business Logic Libraries Elasticsearch Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdorg.elasticsearch.qa |
ArtifactId | ArtifactIdsmoke-test-reindex-with-groovy |
Version | Version2.3.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-reindex-with-groovy/ -->
<dependency>
<groupId>org.elasticsearch.qa</groupId>
<artifactId>smoke-test-reindex-with-groovy</artifactId>
<version>2.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-reindex-with-groovy/
implementation 'org.elasticsearch.qa:smoke-test-reindex-with-groovy:2.3.5'
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-reindex-with-groovy/
implementation ("org.elasticsearch.qa:smoke-test-reindex-with-groovy:2.3.5")
'org.elasticsearch.qa:smoke-test-reindex-with-groovy:jar:2.3.5'
<dependency org="org.elasticsearch.qa" name="smoke-test-reindex-with-groovy" rev="2.3.5">
<artifact name="smoke-test-reindex-with-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.qa', module='smoke-test-reindex-with-groovy', version='2.3.5')
)
libraryDependencies += "org.elasticsearch.qa" % "smoke-test-reindex-with-groovy" % "2.3.5"
[org.elasticsearch.qa/smoke-test-reindex-with-groovy "2.3.5"]