scalatra-slf4j

Scalatra integration with SLF4J and Logback

License

License

BSD
Categories

Categories

Scala Languages SLF4J Application Layer Libs Logging
GroupId

GroupId

com.meedoc
ArtifactId

ArtifactId

scalatra-slf4j_2.11
Last Version

Last Version

2.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

scalatra-slf4j
Scalatra integration with SLF4J and Logback
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-slf4j_2.11

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
com.meedoc : scalatra_2.11 jar 2.4.1
org.clapper : grizzled-slf4j_2.11 jar 1.0.2

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