scalatra

The core Scalatra framework

License

License

BSD
Categories

Categories

Scala Languages
GroupId

GroupId

com.meedoc
ArtifactId

ArtifactId

scalatra_2.11
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalatra
The core Scalatra framework
Project URL

Project URL

http://www.scalatra.org/
Project Organization

Project Organization

com.meedoc
Source Code Management

Source Code Management

http://github.com/meedoc/scalatra

Download scalatra_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.meedoc/scalatra_2.11/ -->
<dependency>
    <groupId>com.meedoc</groupId>
    <artifactId>scalatra_2.11</artifactId>
    <version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.meedoc/scalatra_2.11/
implementation 'com.meedoc:scalatra_2.11:2.4.1'
// https://jarcasting.com/artifacts/com.meedoc/scalatra_2.11/
implementation ("com.meedoc:scalatra_2.11:2.4.1")
'com.meedoc:scalatra_2.11:jar:2.4.1'
<dependency org="com.meedoc" name="scalatra_2.11" rev="2.4.1">
  <artifact name="scalatra_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meedoc', module='scalatra_2.11', version='2.4.1')
)
libraryDependencies += "com.meedoc" % "scalatra_2.11" % "2.4.1"
[com.meedoc/scalatra_2.11 "2.4.1"]

Dependencies

compile (11)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
com.meedoc : scalatra-common_2.11 jar 2.4.1
org.slf4j : slf4j-api jar 1.7.13
org.clapper : grizzled-slf4j_2.11 jar 1.0.2
org.scalatra.rl : rl_2.11 jar 0.4.10
com.googlecode.juniversalchardet : juniversalchardet jar 1.0.3
eu.medsea.mimeutil : mime-util jar 2.1.3
joda-time : joda-time jar 2.9.1
org.joda : joda-convert jar 1.8.1
org.scala-lang.modules : scala-parser-combinators_2.11 jar 1.0.4
org.scala-lang.modules : scala-xml_2.11 jar 1.0.5

test (5)

Group / Artifact Type Version
com.meedoc : scalatra-specs2_2.11 jar 2.4.1
com.meedoc : scalatra-scalatest_2.11 jar 2.4.1
javax.servlet : javax.servlet-api jar 3.1.0
com.typesafe.akka : akka-actor_2.11 jar 2.3.14
com.typesafe.akka : akka-testkit_2.11 jar 2.3.14

Project Modules

There are no modules declared in this project.

Scalatra Build Status

Join the chat at https://gitter.im/scalatra/scalatra

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

Example

import org.scalatra._

class ScalatraExample extends ScalatraServlet {
  get("/") {
    <h1>Hello, world!</h1>
  }
}

Documentation

If you're just starting out, see the installation and first project sections of our website.

Once you've done that, take a look at the Scalatra Guides for documentation on all aspects of the framework, code examples, and more. We also have an extensive selection of Example Applications which accompany the tutorials in the Scalatra Guides.

Latest version

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

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

Development version

The 2.4.x branch is published as 2.4.1-SNAPSHOT to OSSRH.

resolvers += "Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "org.scalatra" %% "scalatra" % "2.4.1-SNAPSHOT"

Community

com.meedoc

MeeDoc

Versions

Version
2.4.1