Download composite-spring-test-5.2.jar file - Jar c

Jar examples for c:composite-spring-test

Description

Collection of the standard spring dependencies - this one is for *testing*.

You can download jar file composite-spring-test 5.2 in this page.

Build File

You can use the following script to add composite-spring-test-5.2.jar to your project.

<dependency>
   <groupId>nz.ac.auckland.composite</groupId>
   <artifactId>composite-spring-test</artifactId>
   <version>5.2</version>
</dependency>
compile group: 'nz.ac.auckland.composite', name: 'composite-spring-test', version: '5.2'
libraryDependencies += "nz.ac.auckland.composite" % "composite-spring-test" % "5.2"
<dependency org="nz.ac.auckland.composite" name="composite-spring-test" rev="5.2"/>
@Grapes(@Grab(group='nz.ac.auckland.composite', module='composite-spring-test', version='5.2'))
'nz.ac.auckland.composite:composite-spring-test:jar:5.2'

Download

Click the following link to download the jar file.

composite-spring-test-5.2.jar
composite-spring-test-5.2.pom



Related Tutorials