MVN

io.polyglotted : es-common

Maven & Gradle

May 14, 2020
0 stars

es-common · Elastic and AWS Common Utils

<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>es-common</artifactId>
    <version>2020.05.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.polyglotted : es-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.05.1

All Versions

Choose a version of io.polyglotted : es-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.05.x
es-common-2020.05.1
1.3.x
es-common-1.3.0
1.2.x
es-common-1.2.1
es-common-1.2.0
1.1.x
es-common-1.1.9
es-common-1.1.8
es-common-1.1.7
es-common-1.1.6
es-common-1.1.5
es-common-1.1.4
es-common-1.1.3
es-common-1.1.2
es-common-1.1.1
es-common-1.1.0
1.0.x
es-common-1.0.10
es-common-1.0.9
es-common-1.0.8
es-common-1.0.7
es-common-1.0.6
es-common-1.0.5
es-common-1.0.4
es-common-1.0.3
es-common-1.0.2
es-common-1.0.1
es-common-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.polyglotted</groupId>
    <artifactId>es-common</artifactId>
    <version>2020.05.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.polyglotted : es-common gradle dependency to your build.gradle file:

implementation 'io.polyglotted:es-common:2020.05.1'

Gradle Kotlin DSL: Add the following io.polyglotted : es-common gradle kotlin dependency to your build.gradle.kts file:

implementation("io.polyglotted:es-common:2020.05.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.polyglotted : es-common sbt scala dependency to your build.sbt file:

libraryDependencies += "io.polyglotted" % "es-common" % "2020.05.1"

Advertisement