is not current version
Last Version 2.4.6

org.elasticsearch.qa.backwards:shared 2.4.0

Code and tools shared by backwards compatibility tests

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.qa.backwards
ArtifactId

ArtifactId

shared
Version

Version

2.4.0
Type

Type

jar

Download shared 2.4.0


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