MVN

com.twitter.common : stats-provider

Maven & Gradle

Mar 03, 2017
2 usages

com.twitter.common:stats-provider · Common stats provider library.

<dependency>
    <groupId>com.twitter.common</groupId>
    <artifactId>stats-provider</artifactId>
    <version>0.0.94</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter.common : stats-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.94

All Versions

Choose a version of com.twitter.common : stats-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
stats-provider-0.0.94
stats-provider-0.0.93

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter.common</groupId>
    <artifactId>stats-provider</artifactId>
    <version>0.0.94</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter.common : stats-provider gradle dependency to your build.gradle file:

implementation 'com.twitter.common:stats-provider:0.0.94'

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

implementation("com.twitter.common:stats-provider:0.0.94")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter.common : stats-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter.common" % "stats-provider" % "0.0.94"

Advertisement