Documentation

You are viewing the documentation for the 2.2.0 release in the 2.2.x series of releases. The latest stable release series is 2.4.x.

§アーティファクト・レポジトリ

§Typesafe レポジトリ

全ての Play 関連のアーティファクトは http://repo.typesafe.com/typesafe/releases/ にある Typesafe レポジトリにパブリッシュされています。

Note: このレポジトリは Maven2 形式です。

sbt ビルドでこのレポジトリを有効化したいときは、正しいリゾルバを追加(通常は plugins.sbt 内に)する必要があります。

// The Typesafe repository
resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"

§Snapshot を利用する

Snapshot は Play の 継続的インテグレーションサーバ から http://repo.typesafe.com/typesafe/snapshots/ にある Typesafe Snapshots レポジトリへ、一日一回パブリッシュされています。

// The Typesafe snapshots repository
resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"