Categories |
CategoriesDropWizard Container Microservices Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.engagetech.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-elasticsearch |
Version | Version1.2.0-2-ES6.0.1-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.engagetech.dropwizard.modules/dropwizard-elasticsearch/ -->
<dependency>
<groupId>com.engagetech.dropwizard.modules</groupId>
<artifactId>dropwizard-elasticsearch</artifactId>
<version>1.2.0-2-ES6.0.1-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.engagetech.dropwizard.modules/dropwizard-elasticsearch/
implementation 'com.engagetech.dropwizard.modules:dropwizard-elasticsearch:1.2.0-2-ES6.0.1-2'
// https://jarcasting.com/artifacts/com.engagetech.dropwizard.modules/dropwizard-elasticsearch/
implementation ("com.engagetech.dropwizard.modules:dropwizard-elasticsearch:1.2.0-2-ES6.0.1-2")
'com.engagetech.dropwizard.modules:dropwizard-elasticsearch:jar:1.2.0-2-ES6.0.1-2'
<dependency org="com.engagetech.dropwizard.modules" name="dropwizard-elasticsearch" rev="1.2.0-2-ES6.0.1-2">
<artifact name="dropwizard-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.engagetech.dropwizard.modules', module='dropwizard-elasticsearch', version='1.2.0-2-ES6.0.1-2')
)
libraryDependencies += "com.engagetech.dropwizard.modules" % "dropwizard-elasticsearch" % "1.2.0-2-ES6.0.1-2"
[com.engagetech.dropwizard.modules/dropwizard-elasticsearch "1.2.0-2-ES6.0.1-2"]