scalatra-swagger

Scalatra integration with Swagger

License

License

BSD
Categories

Categories

Scala Languages Swagger Program Interface REST Frameworks
GroupId

GroupId

com.meedoc
ArtifactId

ArtifactId

scalatra-swagger_2.11
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalatra-swagger
Scalatra integration with Swagger
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-swagger_2.11

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
com.meedoc : scalatra_2.11 jar 2.4.1
com.meedoc : scalatra-json_2.11 jar 2.4.1
org.scala-lang.modules : scala-parser-combinators_2.11 jar 1.0.4
org.json4s : json4s-ext_2.11 jar 3.3.0

provided (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.3

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