Download guiceberry-3.3.1.jar file - Jar g

Jar examples for g:guiceberry

Description

GuiceBerry brings the joys of dependency injection to your test cases and test infrastructure.

You can download jar file guiceberry 3.3.1 in this page.

Build File

You can use the following script to add guiceberry-3.3.1.jar to your project.

<dependency>
   <groupId>com.google.guiceberry</groupId>
   <artifactId>guiceberry</artifactId>
   <version>3.3.1</version>
</dependency>
compile group: 'com.google.guiceberry', name: 'guiceberry', version: '3.3.1'
libraryDependencies += "com.google.guiceberry" % "guiceberry" % "3.3.1"
<dependency org="com.google.guiceberry" name="guiceberry" rev="3.3.1"/>
@Grapes(@Grab(group='com.google.guiceberry', module='guiceberry', version='3.3.1'))
'com.google.guiceberry:guiceberry:jar:3.3.1'

Download

Click the following link to download the jar file.

guiceberry-3.3.1-javadoc.jar
guiceberry-3.3.1-sources.jar
guiceberry-3.3.1.jar
guiceberry-3.3.1.pom



Related Tutorials