Download guice-jndi-3.0.jar file - Jar g

Jar examples for g:guice-jndi

Description

Tools for using Guice with the Java Naming and Directory Interface

You can download jar file guice-jndi 3.0 in this page.

Build File

You can use the following script to add guice-jndi-3.0.jar to your project.

<dependency>
   <groupId>com.google.inject.extensions</groupId>
   <artifactId>guice-jndi</artifactId>
   <version>3.0</version>
</dependency>
compile group: 'com.google.inject.extensions', name: 'guice-jndi', version: '3.0'
libraryDependencies += "com.google.inject.extensions" % "guice-jndi" % "3.0"
<dependency org="com.google.inject.extensions" name="guice-jndi" rev="3.0"/>
@Grapes(@Grab(group='com.google.inject.extensions', module='guice-jndi', version='3.0'))
'com.google.inject.extensions:guice-jndi:jar:3.0'

Download

Click the following link to download the jar file.

guice-jndi-3.0-javadoc.jar
guice-jndi-3.0-sources.jar
guice-jndi-3.0-tests.jar
guice-jndi-3.0.jar
guice-jndi-3.0.pom



Related Tutorials