scalatra-project


License

License

BSD
Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatra
ArtifactId

ArtifactId

scalatra-project_2.8.0
Last Version

Last Version

2.0.0.M3
Release Date

Release Date

Type

Type

pom
Description

Description

scalatra-project
scalatra-project
Project URL

Project URL

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

Project Organization

Scalatra Project
Source Code Management

Source Code Management

http://github.com/scalatra/scalatra

Download scalatra-project_2.8.0

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalatra/scalatra-project_2.8.0/ -->
<dependency>
    <groupId>org.scalatra</groupId>
    <artifactId>scalatra-project_2.8.0</artifactId>
    <version>2.0.0.M3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.scalatra/scalatra-project_2.8.0/
implementation 'org.scalatra:scalatra-project_2.8.0:2.0.0.M3'
// https://jarcasting.com/artifacts/org.scalatra/scalatra-project_2.8.0/
implementation ("org.scalatra:scalatra-project_2.8.0:2.0.0.M3")
'org.scalatra:scalatra-project_2.8.0:pom:2.0.0.M3'
<dependency org="org.scalatra" name="scalatra-project_2.8.0" rev="2.0.0.M3">
  <artifact name="scalatra-project_2.8.0" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.scalatra', module='scalatra-project_2.8.0', version='2.0.0.M3')
)
libraryDependencies += "org.scalatra" % "scalatra-project_2.8.0" % "2.0.0.M3"
[org.scalatra/scalatra-project_2.8.0 "2.0.0.M3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Scalatra Scala CI

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 version of Scalatra is 2.7.+, and is published to Maven Central.

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

Community

org.scalatra

Scalatra

Versions

Version
2.0.0.M3
2.0.0.M2
2.0.0.M1
1.2.1