| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Search Business Logic Libraries Elasticsearch |
| GroupId | GroupIdcom.github.joschi |
| ArtifactId | ArtifactIddropwizard-elasticsearch |
| Version | Version0.4.0 |
| Type | Typejar |
| Description |
DescriptionDropwizard Elasticsearch Bundle
Addon bundle for Dropwizard to support Elasticsearch
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.joschi/dropwizard-elasticsearch/ -->
<dependency>
<groupId>com.github.joschi</groupId>
<artifactId>dropwizard-elasticsearch</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joschi/dropwizard-elasticsearch/
implementation 'com.github.joschi:dropwizard-elasticsearch:0.4.0'
// https://jarcasting.com/artifacts/com.github.joschi/dropwizard-elasticsearch/
implementation ("com.github.joschi:dropwizard-elasticsearch:0.4.0")
'com.github.joschi:dropwizard-elasticsearch:jar:0.4.0'
<dependency org="com.github.joschi" name="dropwizard-elasticsearch" rev="0.4.0">
<artifact name="dropwizard-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joschi', module='dropwizard-elasticsearch', version='0.4.0')
)
libraryDependencies += "com.github.joschi" % "dropwizard-elasticsearch" % "0.4.0"
[com.github.joschi/dropwizard-elasticsearch "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 0.7.0 |
| org.elasticsearch : elasticsearch | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |