MVN

com.twitter : standard-project

Maven & Gradle

Sep 17, 2010
<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>standard-project</artifactId>
    <version>0.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter : standard-project to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.4

All Versions

Choose a version of com.twitter : standard-project to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
standard-project-0.7.4
standard-project-0.7.3
standard-project-0.7.1
standard-project-0.7.0
0.6.x
standard-project-0.6.0
0.5.x
standard-project-0.5.15
standard-project-0.5.14
standard-project-0.5.13
standard-project-0.5.12
standard-project-0.5.11
standard-project-0.5.10
standard-project-0.5.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.twitter</groupId>
    <artifactId>standard-project</artifactId>
    <version>0.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter : standard-project gradle dependency to your build.gradle file:

implementation 'com.twitter:standard-project:0.7.4'

Gradle Kotlin DSL: Add the following com.twitter : standard-project gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter:standard-project:0.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter : standard-project sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter" % "standard-project" % "0.7.4"