Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked from scalatra/scalatra

Tiny Scala web framework, inspired by Sinatra

License

Notifications You must be signed in to change notification settings

leonco/scalatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1,689 Commits

Repository files navigation

Scalatra Build Status

Scalatra is a tiny, Sinatra-like web framework for Scala.

Example

import org.scalatra._
class ScalatraExample extends ScalatraServlet {
 get("/") {
 <h1>Hello, world!</h1>
 }
}

Documentation

Please see The Scalatra Book for more.

Latest version

The latest version of Scalatra is 2.1.1, and is published to Maven Central.

libraryDependencies += "org.scalatra" % "scalatra" % "2.1.1"

Development version

The develop branch is published as 2.2.0-SNAPSHOT to OSSRH.

Starting with 2.1.x, Scalatra is no longer crossbuilt. This means no %% operator in the library dependency.

resolvers += "Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "org.scalatra" % "scalatra" % "2.2.0-SNAPSHOT"

Community

About

Tiny Scala web framework, inspired by Sinatra

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /