is not current version
Last Version 8.2.3

org.elasticsearch.test:framework 6.6.1

Elasticsearch subproject :test:framework

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.test
ArtifactId

ArtifactId

framework
Version

Version

6.6.1
Type

Type

jar

Download framework 6.6.1


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