MVN

com.netflix.netflix-commons : netflix-commons-util

Maven & Gradle

Dec 04, 2015
59 usages
156 stars

netflix-commons-util · netflix-commons-util

<dependency>
    <groupId>com.netflix.netflix-commons</groupId>
    <artifactId>netflix-commons-util</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.netflix-commons : netflix-commons-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.netflix.netflix-commons : netflix-commons-util to add to Maven or Gradle - All Versions:

  • Version Updated
  • netflix-commons-util-0.3.0

    Dec 03, 2015
  • netflix-commons-util-0.2.0

    Mar 10, 2015
  • netflix-commons-util-0.1.2

    Jan 31, 2014
  • netflix-commons-util-0.1.1

    Jan 30, 2013
  • netflix-commons-util-0.1.0

    Jan 18, 2013

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netflix.netflix-commons</groupId>
    <artifactId>netflix-commons-util</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.netflix-commons : netflix-commons-util gradle dependency to your build.gradle file:

implementation 'com.netflix.netflix-commons:netflix-commons-util:0.3.0'

Gradle Kotlin DSL: Add the following com.netflix.netflix-commons : netflix-commons-util gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.netflix-commons:netflix-commons-util:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.netflix-commons : netflix-commons-util sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.netflix-commons" % "netflix-commons-util" % "0.3.0"