MVN

com.amazon.opendistroforelasticsearch : opendistro_security_ssl

Maven & Gradle

Aug 08, 2019
1 usages
31 stars

Open Distro For Elasticsearch Security SSL · Open Distro For Elasticsearch Security SSL

<dependency>
    <groupId>com.amazon.opendistroforelasticsearch</groupId>
    <artifactId>opendistro_security_ssl</artifactId>
    <version>0.10.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amazon.opendistroforelasticsearch : opendistro_security_ssl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.0.0

All Versions

Choose a version of com.amazon.opendistroforelasticsearch : opendistro_security_ssl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
opendistro_security_ssl-0.10.0.0
0.9.x
opendistro_security_ssl-0.9.0.0
0.8.x
opendistro_security_ssl-0.8.0.0
0.7.x
opendistro_security_ssl-0.7.0.1

How to add a dependency to Maven

Add the following com.amazon.opendistroforelasticsearch : opendistro_security_ssl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amazon.opendistroforelasticsearch</groupId>
    <artifactId>opendistro_security_ssl</artifactId>
    <version>0.10.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amazon.opendistroforelasticsearch : opendistro_security_ssl gradle dependency to your build.gradle file:

implementation 'com.amazon.opendistroforelasticsearch:opendistro_security_ssl:0.10.0.0'

Gradle Kotlin DSL: Add the following com.amazon.opendistroforelasticsearch : opendistro_security_ssl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amazon.opendistroforelasticsearch:opendistro_security_ssl:0.10.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amazon.opendistroforelasticsearch : opendistro_security_ssl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amazon.opendistroforelasticsearch" % "opendistro_security_ssl" % "0.10.0.0"