License |
License |
---|---|
GroupId | GroupIdde.bytefish.elasticutils |
ArtifactId | ArtifactIdelasticutils-core |
Version | Version1.3 |
Type | Typejar |
Description |
Descriptionelasticutils-core
Library for simplified access to the ElasticSearch Java API.
|
Filename | Size |
---|---|
elasticutils-core-1.3.pom | |
elasticutils-core-1.3.jar | 6 KB |
elasticutils-core-1.3-sources.jar | 4 KB |
elasticutils-core-1.3-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/ -->
<dependency>
<groupId>de.bytefish.elasticutils</groupId>
<artifactId>elasticutils-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/
implementation 'de.bytefish.elasticutils:elasticutils-core:1.3'
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/
implementation ("de.bytefish.elasticutils:elasticutils-core:1.3")
'de.bytefish.elasticutils:elasticutils-core:jar:1.3'
<dependency org="de.bytefish.elasticutils" name="elasticutils-core" rev="1.3">
<artifact name="elasticutils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.elasticutils', module='elasticutils-core', version='1.3')
)
libraryDependencies += "de.bytefish.elasticutils" % "elasticutils-core" % "1.3"
[de.bytefish.elasticutils/elasticutils-core "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | [2.9.8,) |
com.fasterxml.jackson.core : jackson-databind | jar | [2.9.8,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |