Download stout-spring-2.0.0.CR7.jar file - Jar s

Jar examples for s:stout-spring

Description

Provides base functionality and patterns for utilizing Spring to provide core business object and business service needs, such as dependency injection, object lifecycle management, transaction management, and data access

You can download jar file stout-spring 2.0.0.CR7 in this page.

Build File

You can use the following script to add stout-spring-2.0.0.CR7.jar to your project.

<dependency>
   <groupId>org.bitbucket.askllc.fermenter.stout</groupId>
   <artifactId>stout-spring</artifactId>
   <version>2.0.0.CR7</version>
</dependency>
compile group: 'org.bitbucket.askllc.fermenter.stout', name: 'stout-spring', version: '2.0.0.CR7'
libraryDependencies += "org.bitbucket.askllc.fermenter.stout" % "stout-spring" % "2.0.0.CR7"
<dependency org="org.bitbucket.askllc.fermenter.stout" name="stout-spring" rev="2.0.0.CR7"/>
@Grapes(@Grab(group='org.bitbucket.askllc.fermenter.stout', module='stout-spring', version='2.0.0.CR7'))
'org.bitbucket.askllc.fermenter.stout:stout-spring:jar:2.0.0.CR7'

Download

Click the following link to download the jar file.

stout-spring-2.0.0.CR7-javadoc.jar
stout-spring-2.0.0.CR7-sources.jar
stout-spring-2.0.0.CR7.jar
stout-spring-2.0.0.CR7.pom



Related Tutorials