jar

org.springframework.guice : spring-guice

Maven & Gradle

May 25, 2023
166 stars

spring-guice · Utilities for using Spring with Guice and vice versa

Table Of Contents

Latest Version

Download org.springframework.guice : spring-guice JAR file - Latest Versions:

All Versions

Download org.springframework.guice : spring-guice JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-guice-2.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.guice.annotation

├─ org.springframework.guice.annotation.EnableGuiceModules.class - [JAR]

├─ org.springframework.guice.annotation.GuiceFactoryBean.class - [JAR]

├─ org.springframework.guice.annotation.GuiceModule.class - [JAR]

├─ org.springframework.guice.annotation.GuiceModuleRegistrar.class - [JAR]

├─ org.springframework.guice.annotation.InjectorFactory.class - [JAR]

├─ org.springframework.guice.annotation.ModuleRegistryConfiguration.class - [JAR]

org.springframework.guice.module

├─ org.springframework.guice.module.BeanFactoryProvider.class - [JAR]

├─ org.springframework.guice.module.BindingTypeMatcher.class - [JAR]

├─ org.springframework.guice.module.GuiceAutowireCandidateResolver.class - [JAR]

├─ org.springframework.guice.module.GuiceModuleMetadata.class - [JAR]

├─ org.springframework.guice.module.SpringModule.class - [JAR]

org.springframework.guice.injector

├─ org.springframework.guice.injector.SpringInjector.class - [JAR]

Advertisement