Dispatch → Download
The latest release of Databinder Dispatch is 0.7.2.
The library is divided into separate modules so that client applications may depend only on the parts of Dispatch they use. Each module is cross-built against several versions of Scala and published to the scala-tools repository with the organization-id “net.databinder”. The modules have the Scala version they are built against appended; for Scala 2.7.7:
- dispatch-http_2.7.7
- dispatch-futures_2.7.7
- dispatch-mime_2.7.7
- dispatch-json_2.7.7
- dispatch-http-json_2.7.7
- dispatch-lift-json_2.7.7
- dispatch-oauth_2.7.7
- dispatch-meetup_2.7.7
- dispatch-couch_2.7.7
- dispatch-twitter_2.7.7
- dispatch-times_2.7.7
With simple-build-tool it’s best to have the Scala version automatically appended so it will always match your project’s. For Maven or Ivy + Ant, specify a full artifact-id like those given above.
Module dependencies are transitive, so you only need to depend on dispatch-twitter to have that module as well as -oauth, -json, and -http on the classpath.
Dispatch 0.7.2’s full source is available: { zip | tar.bz2 }
And its full source history:
git clone git://databinder.net/git/dispatch
But the easiest way to get started with Dispatch is to download the self-extracting and self-building Twine sample application.