MVN

com.netflix.edda-client : edda-client-nflx-plugin

Maven & Gradle

Oct 23, 2015
3 stars

edda-client-nflx-plugin · edda-client-nflx-plugin

<dependency>
    <groupId>com.netflix.edda-client</groupId>
    <artifactId>edda-client-nflx-plugin</artifactId>
    <version>0.1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.edda-client : edda-client-nflx-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.20

All Versions

Choose a version of com.netflix.edda-client : edda-client-nflx-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
edda-client-nflx-plugin-0.1.20
edda-client-nflx-plugin-0.1.19
edda-client-nflx-plugin-0.1.18
edda-client-nflx-plugin-0.1.17
edda-client-nflx-plugin-0.1.16
edda-client-nflx-plugin-0.1.15
edda-client-nflx-plugin-0.1.14
edda-client-nflx-plugin-0.1.13
edda-client-nflx-plugin-0.1.12
edda-client-nflx-plugin-0.1.11
edda-client-nflx-plugin-0.1.10
edda-client-nflx-plugin-0.1.9
edda-client-nflx-plugin-0.1.8
edda-client-nflx-plugin-0.1.7
edda-client-nflx-plugin-0.1.6
edda-client-nflx-plugin-0.1.5
edda-client-nflx-plugin-0.1.4
edda-client-nflx-plugin-0.1.3
edda-client-nflx-plugin-0.1.2
edda-client-nflx-plugin-0.1.1
edda-client-nflx-plugin-0.1.0

How to add a dependency to Maven

Add the following com.netflix.edda-client : edda-client-nflx-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.edda-client</groupId>
    <artifactId>edda-client-nflx-plugin</artifactId>
    <version>0.1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.edda-client : edda-client-nflx-plugin gradle dependency to your build.gradle file:

implementation 'com.netflix.edda-client:edda-client-nflx-plugin:0.1.20'

Gradle Kotlin DSL: Add the following com.netflix.edda-client : edda-client-nflx-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.edda-client:edda-client-nflx-plugin:0.1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.edda-client : edda-client-nflx-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.edda-client" % "edda-client-nflx-plugin" % "0.1.20"

Advertisement