Repositories - opensas/Play20Es GitHub Wiki

Artifact repositories

Esta página todavía no ha sido traducida al castellano. Puedes ayudarnos con la tarea simplemente presionando el botón Edit Page. Para más información puedes leer esta guía para el traductor. Aquí puedes ver cuánto nos falta para terminar la traducción.

Typesafe repository

All Play artifacts are published to the Typesafe repository at http://repo.typesafe.com/typesafe/releases/.

Note: it's a Maven2 compatible repository.

To enable it in your sbt build, you must add a proper resolver (typically in plugins.sbt):

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

Accessing snapshots

Snapshots are published daily from our Continuous Server to the Typesafe snapshots repository at http://repo.typesafe.com/typesafe/snapshots/.

// The Typesafe snapshots repository
resolvers += "Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/"
⚠️ **GitHub.com Fallback** ⚠️