personium-lib-es-adapter

An abstract layer to absorb version incompatibilities of ElasticSearch for Personium.

License

License

GroupId

GroupId

io.personium
ArtifactId

ArtifactId

personium-lib-es-adapter
Last Version

Last Version

1_es6.8.22_1
Release Date

Release Date

Type

Type

jar
Description

Description

personium-lib-es-adapter
An abstract layer to absorb version incompatibilities of ElasticSearch for Personium.
Project URL

Project URL

https://github.com/personium/personium-lib-es-adapter
Source Code Management

Source Code Management

http://github.com/personium/personium-lib-es-adapter/tree/master

Download personium-lib-es-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/io.personium/personium-lib-es-adapter/ -->
<dependency>
    <groupId>io.personium</groupId>
    <artifactId>personium-lib-es-adapter</artifactId>
    <version>1_es6.8.22_1</version>
</dependency>
// https://jarcasting.com/artifacts/io.personium/personium-lib-es-adapter/
implementation 'io.personium:personium-lib-es-adapter:1_es6.8.22_1'
// https://jarcasting.com/artifacts/io.personium/personium-lib-es-adapter/
implementation ("io.personium:personium-lib-es-adapter:1_es6.8.22_1")
'io.personium:personium-lib-es-adapter:jar:1_es6.8.22_1'
<dependency org="io.personium" name="personium-lib-es-adapter" rev="1_es6.8.22_1">
  <artifact name="personium-lib-es-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.personium', module='personium-lib-es-adapter', version='1_es6.8.22_1')
)
libraryDependencies += "io.personium" % "personium-lib-es-adapter" % "1_es6.8.22_1"
[io.personium/personium-lib-es-adapter "1_es6.8.22_1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.25
com.googlecode.json-simple : json-simple jar 1.1
commons-lang : commons-lang jar 2.6
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.8
org.elasticsearch : elasticsearch jar 6.8.22
org.elasticsearch.client : transport jar 6.8.22
org.apache.logging.log4j : log4j-to-slf4j jar 2.11.2

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.testcontainers : testcontainers jar 1.15.2
org.powermock : powermock-module-junit4 jar 1.7.4
org.powermock : powermock-api-mockito jar 1.7.4
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1_es6.8.22_1
1_es6.8.17_1