is not current version
Last Version 8.2.3

org.elasticsearch.test:framework 5.0.0-alpha5

Elasticsearch project

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.test
ArtifactId

ArtifactId

framework
Version

Version

5.0.0-alpha5
Type

Type

jar

Download framework 5.0.0-alpha5


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