MVN

cz.seznam.euphoria : thirdparty-guava-23.0

Maven & Gradle

Jan 20, 2018
2 usages
83 stars

Relocates com.google.* from the guava libraries to cz.seznam.euphoria.shadow.com.google.* to avoid clashes with other versions of the guava library.

<dependency>
    <groupId>cz.seznam.euphoria</groupId>
    <artifactId>thirdparty-guava-23.0</artifactId>
    <version>0.8.0-rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.seznam.euphoria : thirdparty-guava-23.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0-rc1
  • Latest Release Candidate: 0.8.0-rc1

All Versions

Choose a version of cz.seznam.euphoria : thirdparty-guava-23.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
thirdparty-guava-23.0-0.8.0-rc1

How to add a dependency to Maven

Add the following cz.seznam.euphoria : thirdparty-guava-23.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.seznam.euphoria</groupId>
    <artifactId>thirdparty-guava-23.0</artifactId>
    <version>0.8.0-rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.seznam.euphoria : thirdparty-guava-23.0 gradle dependency to your build.gradle file:

implementation 'cz.seznam.euphoria:thirdparty-guava-23.0:0.8.0-rc1'

Gradle Kotlin DSL: Add the following cz.seznam.euphoria : thirdparty-guava-23.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.seznam.euphoria:thirdparty-guava-23.0:0.8.0-rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.seznam.euphoria : thirdparty-guava-23.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.seznam.euphoria" % "thirdparty-guava-23.0" % "0.8.0-rc1"