MVN

be.intersentia.elasticsearch : mapping_annotations

Maven & Gradle

Aug 27, 2020
0 stars

ElasticConfig Mapping Annotations · ElasticConfig Mapping Annotations is a Java project which allows you to automatically configure the analysis and mapping of an ElasticSearch index based on annotations

<dependency>
    <groupId>be.intersentia.elasticsearch</groupId>
    <artifactId>mapping_annotations</artifactId>
    <version>0.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.intersentia.elasticsearch : mapping_annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.8

All Versions

Choose a version of be.intersentia.elasticsearch : mapping_annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
mapping_annotations-0.7.8
mapping_annotations-0.7.7
mapping_annotations-0.7.6
mapping_annotations-0.7.5
mapping_annotations-0.7.4
mapping_annotations-0.7.3
mapping_annotations-0.7.2
mapping_annotations-0.7.0
0.6.x
mapping_annotations-0.6.2
mapping_annotations-0.6.1
mapping_annotations-0.6.0

How to add a dependency to Maven

Add the following be.intersentia.elasticsearch : mapping_annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.intersentia.elasticsearch</groupId>
    <artifactId>mapping_annotations</artifactId>
    <version>0.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.intersentia.elasticsearch : mapping_annotations gradle dependency to your build.gradle file:

implementation 'be.intersentia.elasticsearch:mapping_annotations:0.7.8'

Gradle Kotlin DSL: Add the following be.intersentia.elasticsearch : mapping_annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("be.intersentia.elasticsearch:mapping_annotations:0.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.intersentia.elasticsearch : mapping_annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "be.intersentia.elasticsearch" % "mapping_annotations" % "0.7.8"