scalatra-json

JSON support for Scalatra

Лицензия

Лицензия

BSD
Категории

Категории

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

Группа

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

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

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

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

2.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

scalatra-json
JSON support for Scalatra
Ссылка на сайт

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

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

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

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

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

http://github.com/scalatra/scalatra

Скачать scalatra-json

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

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

Зависимости

compile (3)

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

provided (2)

Идентификатор библиотеки Тип Версия
org.json4s : json4s-jackson_2.9.2 jar 3.1.0
org.json4s : json4s-native_2.9.2 jar 3.1.0

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

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

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