Download scalatest-spring_2.11-0.2.1.jar file - Jar s

Jar examples for s:scalatest-spring-2.11

Description

A simple integration of ScalaTest with Spring to manage test context lifecycle. Uses standard Spring annotations and a stackable Scala trait.

You can download jar file scalatest-spring_2.11 0.2.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add scalatest-spring_2.11-0.2.1.jar to your project.

<dependency>
   <groupId>com.github.scalaspring</groupId>
   <artifactId>scalatest-spring_2.11</artifactId>
   <version>0.2.1</version>
</dependency>
compile group: 'com.github.scalaspring', name: 'scalatest-spring_2.11', version: '0.2.1'
libraryDependencies += "com.github.scalaspring" % "scalatest-spring_2.11" % "0.2.1"
<dependency org="com.github.scalaspring" name="scalatest-spring_2.11" rev="0.2.1"/>
@Grapes(@Grab(group='com.github.scalaspring', module='scalatest-spring_2.11', version='0.2.1'))
'com.github.scalaspring:scalatest-spring_2.11:jar:0.2.1'

Download

Click the following link to download the jar file.

scalatest-spring_2.11-0.2.1-javadoc.jar
scalatest-spring_2.11-0.2.1-sources.jar
scalatest-spring_2.11-0.2.1.jar
scalatest-spring_2.11-0.2.1.pom



Related Tutorials