MVN

com.spotify : batch-predictor

Maven & Gradle

Oct 28, 2021
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>batch-predictor</artifactId>
    <version>0.6.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify : batch-predictor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0-M4

All Versions

Choose a version of com.spotify : batch-predictor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
batch-predictor-0.6.0-M4
batch-predictor-0.6.0-M3
batch-predictor-0.6.0-M2
batch-predictor-0.6.0-M1
0.5.x
batch-predictor-0.5.6
batch-predictor-0.5.5
batch-predictor-0.5.4
batch-predictor-0.5.3
batch-predictor-0.5.2
batch-predictor-0.5.1
batch-predictor-0.5.0

How to add a dependency to Maven

Add the following com.spotify : batch-predictor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>batch-predictor</artifactId>
    <version>0.6.0-M4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify : batch-predictor gradle dependency to your build.gradle file:

implementation 'com.spotify:batch-predictor:0.6.0-M4'

Gradle Kotlin DSL: Add the following com.spotify : batch-predictor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify:batch-predictor:0.6.0-M4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify : batch-predictor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify" % "batch-predictor" % "0.6.0-M4"

Advertisement