is not current version
Last Version 2.4.6

org.elasticsearch:dev-tools 2.4.5

Tools to assist in building and developing in the Elasticsearch project

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

dev-tools
Version

Version

2.4.5
Type

Type

jar

Download dev-tools 2.4.5


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