You are viewing the documentation for the 2.0.x release series. 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/"
このドキュメントの翻訳は Play チームによってメンテナンスされているものではありません。 間違いを見つけた場合、このページのソースコードを ここ で確認することができます。 ドキュメントガイドライン を読んで、お気軽にプルリクエストを送ってください。