Where to download the latest Scala API documentation?

8.9k views Asked by At

Since Scala 2.10.2, I can't find the download link for its API documentation. Is this an intentional omission? Where can I download it?

Alternatively, what is the exact scalac command to generate the same one with http://www.scala-lang.org/api/current/index.html ? (e.g. I don't know which source jars I have to include.)

3

There are 3 answers

2
senia On BEST ANSWER
0
alexmac On

The API Docs download is hard to find because if you just go to the link for the current version of scala the menu item named other resources which has as a subitem, the API docs download isn't there.

So, to find the api docs:

http://www.scala-lang.org/ download All Downloads click on latest version or version you want scroll down to other resources and you will see API DOCS

if you go to: http://www.scala-lang.org/ download the the latest version pops up but without the other resources at the bottom.

This is why it is hard to locate.

0
yegeniy On

As of March 2015, you need to take the approach in @michael_n's comment:

http://downloads.typesafe.com/scala/{version}/scala-docs-{version}.txz
http://downloads.typesafe.com/scala/{version}/scala-docs-{version}.zip