MVN

com.netflix.iep-shadow : iep-rxnetty-contexts

Maven & Gradle

Mar 10, 2015
3 usages
5 stars

iep-rxnetty-contexts · iep-rxnetty-contexts developed by Netflix

<dependency>
    <groupId>com.netflix.iep-shadow</groupId>
    <artifactId>iep-rxnetty-contexts</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.iep-shadow : iep-rxnetty-contexts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of com.netflix.iep-shadow : iep-rxnetty-contexts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
iep-rxnetty-contexts-0.4.6
iep-rxnetty-contexts-0.4.5
iep-rxnetty-contexts-0.4.4

How to add a dependency to Maven

Add the following com.netflix.iep-shadow : iep-rxnetty-contexts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.iep-shadow</groupId>
    <artifactId>iep-rxnetty-contexts</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.iep-shadow : iep-rxnetty-contexts gradle dependency to your build.gradle file:

implementation 'com.netflix.iep-shadow:iep-rxnetty-contexts:0.4.6'

Gradle Kotlin DSL: Add the following com.netflix.iep-shadow : iep-rxnetty-contexts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.iep-shadow:iep-rxnetty-contexts:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.iep-shadow : iep-rxnetty-contexts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.iep-shadow" % "iep-rxnetty-contexts" % "0.4.6"

Advertisement