Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.strapdata.elasticsearch |
ArtifactId | ArtifactIddev-tools |
Last Version | Last Version2.4.5 |
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.5.pom | |
dev-tools-2.4.5.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.strapdata.elasticsearch/dev-tools/ -->
<dependency>
<groupId>com.strapdata.elasticsearch</groupId>
<artifactId>dev-tools</artifactId>
<version>2.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch/dev-tools/
implementation 'com.strapdata.elasticsearch:dev-tools:2.4.5'
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch/dev-tools/
implementation ("com.strapdata.elasticsearch:dev-tools:2.4.5")
'com.strapdata.elasticsearch:dev-tools:jar:2.4.5'
<dependency org="com.strapdata.elasticsearch" name="dev-tools" rev="2.4.5">
<artifact name="dev-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.strapdata.elasticsearch', module='dev-tools', version='2.4.5')
)
libraryDependencies += "com.strapdata.elasticsearch" % "dev-tools" % "2.4.5"
[com.strapdata.elasticsearch/dev-tools "2.4.5"]