MVN

fr.pilato.elasticsearch.injector : injector

Maven & Gradle

Apr 20, 2023
6 stars

Demos: Person Injector · Injector for Demos

<dependency>
    <groupId>fr.pilato.elasticsearch.injector</groupId>
    <artifactId>injector</artifactId>
    <version>8.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.pilato.elasticsearch.injector : injector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.7

All Versions

Choose a version of fr.pilato.elasticsearch.injector : injector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.7
injector-8.7
8.6
injector-8.6
8.4
injector-8.4
8.3
injector-8.3
8.0
injector-8.0

How to add a dependency to Maven

Add the following fr.pilato.elasticsearch.injector : injector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.pilato.elasticsearch.injector</groupId>
    <artifactId>injector</artifactId>
    <version>8.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.pilato.elasticsearch.injector : injector gradle dependency to your build.gradle file:

implementation 'fr.pilato.elasticsearch.injector:injector:8.7'

Gradle Kotlin DSL: Add the following fr.pilato.elasticsearch.injector : injector gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.pilato.elasticsearch.injector:injector:8.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.pilato.elasticsearch.injector : injector sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.pilato.elasticsearch.injector" % "injector" % "8.7"