MVN

com.hevelian.olastic : olastic-core

Maven & Gradle

Nov 08, 2018
1 usages
15 stars

OData-Elasticsearch Core · OData bridge for Elasticsearch based on Apache Olingo library

<dependency>
    <groupId>com.hevelian.olastic</groupId>
    <artifactId>olastic-core</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hevelian.olastic : olastic-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.hevelian.olastic : olastic-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
olastic-core-1.1.3
olastic-core-1.1.2
olastic-core-1.1.1-RELEASE
olastic-core-1.1.0-RELEASE
olastic-core-1.1.0
1.0.x
olastic-core-1.0.0-RELEASE

How to add a dependency to Maven

Add the following com.hevelian.olastic : olastic-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hevelian.olastic</groupId>
    <artifactId>olastic-core</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hevelian.olastic : olastic-core gradle dependency to your build.gradle file:

implementation 'com.hevelian.olastic:olastic-core:1.1.3'

Gradle Kotlin DSL: Add the following com.hevelian.olastic : olastic-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hevelian.olastic:olastic-core:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hevelian.olastic : olastic-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hevelian.olastic" % "olastic-core" % "1.1.3"

Advertisement