Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.elasticsearch |
ArtifactId | ArtifactIddev-tools |
Last Version | Last Version2.4.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBuild Tools and Resources
Tools to assist in building and developing in the Elasticsearch project
|
Filename | Size |
---|---|
dev-tools-2.4.6.pom | |
dev-tools-2.4.6.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/dev-tools/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>dev-tools</artifactId>
<version>2.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/dev-tools/
implementation 'org.elasticsearch:dev-tools:2.4.6'
// https://jarcasting.com/artifacts/org.elasticsearch/dev-tools/
implementation ("org.elasticsearch:dev-tools:2.4.6")
'org.elasticsearch:dev-tools:jar:2.4.6'
<dependency org="org.elasticsearch" name="dev-tools" rev="2.4.6">
<artifact name="dev-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='dev-tools', version='2.4.6')
)
libraryDependencies += "org.elasticsearch" % "dev-tools" % "2.4.6"
[org.elasticsearch/dev-tools "2.4.6"]