Download spring-guice-1.0.0-RELEASE.jar file - Jar s

Jar examples for s:spring-guice

Description

Utilities for using Spring with Guice and vice versa

You can download jar file spring-guice 1.0.0-RELEASE in this page.

Build File

You can use the following script to add spring-guice-1.0.0-RELEASE.jar to your project.

<dependency>
   <groupId>net.jahhan</groupId>
   <artifactId>spring-guice</artifactId>
   <version>1.0.0-RELEASE</version>
</dependency>
compile group: 'net.jahhan', name: 'spring-guice', version: '1.0.0-RELEASE'
libraryDependencies += "net.jahhan" % "spring-guice" % "1.0.0-RELEASE"
<dependency org="net.jahhan" name="spring-guice" rev="1.0.0-RELEASE"/>
@Grapes(@Grab(group='net.jahhan', module='spring-guice', version='1.0.0-RELEASE'))
'net.jahhan:spring-guice:jar:1.0.0-RELEASE'

Download

Click the following link to download the jar file.

spring-guice-1.0.0-RELEASE-javadoc.jar
spring-guice-1.0.0-RELEASE-sources.jar
spring-guice-1.0.0-RELEASE.jar
spring-guice-1.0.0-RELEASE.pom



Related Tutorials