scalatra-auth

Scalatra authentication module

License

License

BSD
Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatra
ArtifactId

ArtifactId

scalatra-auth_2.11
Last Version

Last Version

2.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalatra-auth
Scalatra authentication module
Project URL

Project URL

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

Project Organization

org.scalatra
Source Code Management

Source Code Management

http://github.com/scalatra/scalatra

Download scalatra-auth_2.11

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scalatra : scalatra_2.11 jar 2.7.1

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.7.1
2.7.0
2.7.0-RC1
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.5.0-RC1
2.4.1
2.4.0
2.4.0.RC3
2.4.0-RC2-2
2.4.0.RC2-1
2.4.0.RC2
2.4.0.RC1
2.4.0.M3
2.4.0.M2
2.4.0.M1
2.3.2
2.3.1
2.3.0
2.3.0.RC3