MVN

turbine : turbine

Maven & Gradle

Dec 11, 2008
1 usages
<dependency>
    <groupId>turbine</groupId>
    <artifactId>turbine</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of turbine : turbine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3
  • Latest Release Candidate: 2.3.3-RC1
  • Latest Alpha: 3.0-alpha-1.20020912.045138

All Versions

Choose a version of turbine : turbine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
turbine-3.0-alpha-1.20020912.045138
2.4
turbine-2.4-M1
2.3.x
turbine-2.3.3
turbine-2.3.3-RC1
turbine-2.3.2
turbine-2.3.1
turbine-2.3.1-rc2
turbine-2.3.1-rc1
2.3
turbine-2.3
turbine-2.3-rc1
2.2
turbine-2.2
turbine-2.2-rc1
turbine-2.2-b1
2.1
turbine-2.1
2.2b1
turbine-2.2b1

How to add a dependency to Maven

Add the following turbine : turbine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>turbine</groupId>
    <artifactId>turbine</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following turbine : turbine gradle dependency to your build.gradle file:

implementation 'turbine:turbine:2.3.3'

Gradle Kotlin DSL: Add the following turbine : turbine gradle kotlin dependency to your build.gradle.kts file:

implementation("turbine:turbine:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following turbine : turbine sbt scala dependency to your build.sbt file:

libraryDependencies += "turbine" % "turbine" % "2.3.3"