MVN

com.foursquare : spindle-runtime_2.9.1

Maven & Gradle

Dec 17, 2014
6 usages
39 stars

spindle-runtime · spindle-runtime

<dependency>
    <groupId>com.foursquare</groupId>
    <artifactId>spindle-runtime_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 : spindle-runtime_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 : spindle-runtime_2.9.1 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.foursquare</groupId>
    <artifactId>spindle-runtime_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 : spindle-runtime_2.9.1 gradle dependency to your build.gradle file:

implementation 'com.foursquare:spindle-runtime_2.9.1:3.0.0-M6'

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

implementation("com.foursquare:spindle-runtime_2.9.1:3.0.0-M6")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.foursquare" % "spindle-runtime_2.9.1" % "3.0.0-M6"

Advertisement