scalatra-common


Лицензия

Лицензия

BSD
Категории

Категории

Scala Языки программирования
Группа

Группа

org.scalatra
Идентификатор

Идентификатор

scalatra-common
Последняя версия

Последняя версия

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

scalatra-common
scalatra-common
Ссылка на сайт

Ссылка на сайт

http://www.scalatra.org/
Организация-разработчик

Организация-разработчик

org.scalatra
Система контроля версий

Система контроля версий

http://github.com/scalatra/scalatra

Скачать scalatra-common

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.9.2

test (1)

Идентификатор библиотеки Тип Версия
org.eclipse.jetty.orbit : javax.servlet jar 3.0.0.v201112011016

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.2.0
2.2.0-RC3
2.2.0-RC2
2.2.0-RC1