Getting Started

To start using Zoltar you need to add this dependency to your project.

Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>zoltar-api</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle
dependencies {
  compile group: 'com.spotify', name: 'zoltar-api', version: '0.4.0'
}
sbt
libraryDependencies += "com.spotify" % "zoltar-api" % "0.4.0"
Using Maven?

You might want to include as it might help you resolve some dependency conflicts.

Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>zoltar-bom</artifactId>
  <version>0.5.1-SNAPSHOT</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

See Modules for extra integrations.