Skip to content

Helper library making it easier to use spring 3.0+ with scala 2.8.0+

Notifications You must be signed in to change notification settings

scalaj/scalaj-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Helper library making it easier to use spring 3.0+ with scala 2.8.0+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages