Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1004 Bytes

README.markdown

File metadata and controls

48 lines (27 loc) · 1004 Bytes

scalaj-spring

A library making it easier to work with Scala 2.8+ and Spring 3.0+

Usage

TBD

Requirements

scalaj-spring requires Scala 2.8+ and Spring 3.0+

Installation

sbt

If you're using simple-build-tool, simply add the following line to your project file:

val scalaj_spring = "org.scalaj" %% "scalaj-spring" % "1.0"

Maven

If you're using Maven, add the following to your pom.xml:

<dependency>
  <groupId>org.scalaj</groupId>
  <artifactId>scalaj-spring_${scala.version}</artifactId>
  <version>1.0</version>
</dependency>

JARs

Soon to be released at scala-tools.org

From source

Clone the repository from Github:

git clone git://github.com/scalaj/scalaj-spring.git

Build the project and create the JAR (requires sbt version 0.7.4 or greater):

cd scalaj-spring
sbt package

Documentation

TBD