Where can I download Scala source jars (scala-library-src.jar etc.)

后端 未结 2 1481
小鲜肉
小鲜肉 2021-02-18 23:26

I am trying to use IntelliJ Idea Scala plugin, but it says it wants scala-library-src.jar, scala-swing-src.jar, scala-dbc-src.jar. Where can I download these files? I use Scala

相关标签:
2条回答
  • 2021-02-18 23:39

    Go to http://scala-lang.org/files/archive/ and find the version you want that ends in .zip. Get that and extract it.

    If you get the msi file then it doesn't install the src dir, but the zip does contain src.

    0 讨论(0)
  • 2021-02-18 23:52

    Get them from the Scala Maven repo at https://oss.sonatype.org/content/groups/scala-tools/.

    In particular, https://oss.sonatype.org/content/groups/scala-tools/org/scala-lang/ has all the Scala library jars.

    0 讨论(0)
提交回复
热议问题