MVN

com.foursquare : thrift-parser_2.9.1

Maven & Gradle

Dec 17, 2014
2 usages
39 stars

thrift-parser · thrift-parser

<dependency>
    <groupId>com.foursquare</groupId>
    <artifactId>thrift-parser_2.9.1</artifactId>
    <version>3.0.0-M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.foursquare : thrift-parser_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M6

All Versions

Choose a version of com.foursquare : thrift-parser_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
thrift-parser_2.9.1-3.0.0-M6
thrift-parser_2.9.1-3.0.0-M6.1
thrift-parser_2.9.1-3.0.0-M5.1
thrift-parser_2.9.1-3.0.0-M4.1
thrift-parser_2.9.1-3.0.0-M4.2
thrift-parser_2.9.1-3.0.0-M4
thrift-parser_2.9.1-3.0.0-M3
thrift-parser_2.9.1-3.0.0-M3.1
thrift-parser_2.9.1-3.0.0-M2.1
thrift-parser_2.9.1-3.0.0-M2
thrift-parser_2.9.1-3.0.0-M1.2
thrift-parser_2.9.1-3.0.0-M1.1
thrift-parser_2.9.1-3.0.0-M1
2.0.x
thrift-parser_2.9.1-2.0.0-M11-bootstrap
thrift-parser_2.9.1-2.0.0-M11-followup
thrift-parser_2.9.1-2.0.0-M9
thrift-parser_2.9.1-2.0.0-M8a
thrift-parser_2.9.1-2.0.0-M8
thrift-parser_2.9.1-2.0.0-M7
thrift-parser_2.9.1-2.0.0-M6
thrift-parser_2.9.1-2.0.0-M5
thrift-parser_2.9.1-2.0.0-M4
thrift-parser_2.9.1-2.0.0-M3
thrift-parser_2.9.1-2.0.0-M2
thrift-parser_2.9.1-2.0.0-M1
1.8.x
thrift-parser_2.9.1-1.8.5
thrift-parser_2.9.1-1.8.4
thrift-parser_2.9.1-1.8.3
thrift-parser_2.9.1-1.8.2
thrift-parser_2.9.1-1.8.1
thrift-parser_2.9.1-1.8.0
1.7.x
thrift-parser_2.9.1-1.7.1
thrift-parser_2.9.1-1.7.0
1.6.x
thrift-parser_2.9.1-1.6.0
1.5.x
thrift-parser_2.9.1-1.5.0
1.4.x
thrift-parser_2.9.1-1.4.2
thrift-parser_2.9.1-1.4.1
thrift-parser_2.9.1-1.4.0
1.3.x
thrift-parser_2.9.1-1.3.0
1.2.x
thrift-parser_2.9.1-1.2.0
1.1.x
thrift-parser_2.9.1-1.1.1
thrift-parser_2.9.1-1.1.0
1.0.x
thrift-parser_2.9.1-1.0.1
thrift-parser_2.9.1-1.0.0

How to add a dependency to Maven

Add the following com.foursquare : thrift-parser_2.9.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.foursquare</groupId>
    <artifactId>thrift-parser_2.9.1</artifactId>
    <version>3.0.0-M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.foursquare : thrift-parser_2.9.1 gradle dependency to your build.gradle file:

implementation 'com.foursquare:thrift-parser_2.9.1:3.0.0-M6'

Gradle Kotlin DSL: Add the following com.foursquare : thrift-parser_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.foursquare:thrift-parser_2.9.1:3.0.0-M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.foursquare : thrift-parser_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.foursquare" % "thrift-parser_2.9.1" % "3.0.0-M6"

Advertisement