Download guice-scoped-proxy-extension-0.1.0.jar file - Jar g

Jar examples for g:guice-scoped-proxy-extension

Description

Allows to bind classes as scoped proxy using Google's Guice

You can download jar file guice-scoped-proxy-extension 0.1.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add guice-scoped-proxy-extension-0.1.0.jar to your project.

<dependency>
   <groupId>de.skuzzle.inject</groupId>
   <artifactId>guice-scoped-proxy-extension</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'de.skuzzle.inject', name: 'guice-scoped-proxy-extension', version: '0.1.0'
libraryDependencies += "de.skuzzle.inject" % "guice-scoped-proxy-extension" % "0.1.0"
<dependency org="de.skuzzle.inject" name="guice-scoped-proxy-extension" rev="0.1.0"/>
@Grapes(@Grab(group='de.skuzzle.inject', module='guice-scoped-proxy-extension', version='0.1.0'))
'de.skuzzle.inject:guice-scoped-proxy-extension:jar:0.1.0'

Download

Click the following link to download the jar file.

guice-scoped-proxy-extension-0.1.0-javadoc.jar
guice-scoped-proxy-extension-0.1.0-sources.jar
guice-scoped-proxy-extension-0.1.0-tests.jar
guice-scoped-proxy-extension-0.1.0.jar
guice-scoped-proxy-extension-0.1.0.pom



Related Tutorials