MVN

com.twitter : util-doc_2.12

Maven & Gradle

Dec 09, 2017
2.6k stars

util-doc · util-doc

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>util-doc_2.12</artifactId>
    <version>17.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : util-doc_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.12.0

All Versions

Choose a version of com.twitter : util-doc_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.12.x
util-doc_2.12-17.12.0
17.11.x
util-doc_2.12-17.11.0
17.10.x
util-doc_2.12-17.10.0
7.1.x
util-doc_2.12-7.1.0
7.0.x
util-doc_2.12-7.0.0
6.45.x
util-doc_2.12-6.45.0
6.43.x
util-doc_2.12-6.43.0
6.42.x
util-doc_2.12-6.42.0
6.41.x
util-doc_2.12-6.41.0
6.40.x
util-doc_2.12-6.40.0
6.39.x
util-doc_2.12-6.39.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>util-doc_2.12</artifactId>
    <version>17.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : util-doc_2.12 gradle dependency to your build.gradle file:

implementation 'com.twitter:util-doc_2.12:17.12.0'

Gradle Kotlin DSL: Add the following com.twitter : util-doc_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:util-doc_2.12:17.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : util-doc_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "util-doc_2.12" % "17.12.0"