MVN

io.personium : personium-lib-es-adapter

Maven & Gradle

Sep 30, 2022
2 stars

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

<dependency>
    <groupId>io.personium</groupId>
    <artifactId>personium-lib-es-adapter</artifactId>
    <version>2_es7.17.6_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.personium : personium-lib-es-adapter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2_es7.17.6_1

All Versions

Choose a version of io.personium : personium-lib-es-adapter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2_es7.17.x
personium-lib-es-adapter-2_es7.17.6_1
1_es6.8.x
personium-lib-es-adapter-1_es6.8.22_1
personium-lib-es-adapter-1_es6.8.17_1

How to add a dependency to Maven

Add the following io.personium : personium-lib-es-adapter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.personium</groupId>
    <artifactId>personium-lib-es-adapter</artifactId>
    <version>2_es7.17.6_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.personium : personium-lib-es-adapter gradle dependency to your build.gradle file:

implementation 'io.personium:personium-lib-es-adapter:2_es7.17.6_1'

Gradle Kotlin DSL: Add the following io.personium : personium-lib-es-adapter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.personium:personium-lib-es-adapter:2_es7.17.6_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.personium : personium-lib-es-adapter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.personium" % "personium-lib-es-adapter" % "2_es7.17.6_1"

Advertisement