MVN

com.twitter.common : dynamic-host-set

Maven & Gradle

Oct 07, 2016
2 usages

com.twitter.common:dynamic-host-set · Common dynamic host set library

<dependency>
    <groupId>com.twitter.common</groupId>
    <artifactId>dynamic-host-set</artifactId>
    <version>0.0.56</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter.common : dynamic-host-set to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.56

All Versions

Choose a version of com.twitter.common : dynamic-host-set to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
dynamic-host-set-0.0.56

How to add a dependency to Maven

Add the following com.twitter.common : dynamic-host-set maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twitter.common</groupId>
    <artifactId>dynamic-host-set</artifactId>
    <version>0.0.56</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter.common : dynamic-host-set gradle dependency to your build.gradle file:

implementation 'com.twitter.common:dynamic-host-set:0.0.56'

Gradle Kotlin DSL: Add the following com.twitter.common : dynamic-host-set gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter.common:dynamic-host-set:0.0.56")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter.common : dynamic-host-set sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter.common" % "dynamic-host-set" % "0.0.56"