jar

com.silvermindsoftware.stripes : stripes-guice

Maven & Gradle

Aug 04, 2017
9 stars

stripes-guice · Stripes-Guice is a small library/extension that brings Guice DI functionality to the Stripes web framework. It provides a means to initialize Guice modules and inject Stripes ActionBeans, ActionBeanContexts, and more.

Table Of Contents

Latest Version

Download com.silvermindsoftware.stripes : stripes-guice JAR file - Latest Versions:

All Versions

Download com.silvermindsoftware.stripes : stripes-guice JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.3
3.1
3.0
1.5.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 stripes-guice-4.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.silvermindsoftware.sg.extension

├─ com.silvermindsoftware.sg.extension.GuiceTypeConverterFactory.class - [JAR]

com.silvermindsoftware.sg.exception

├─ com.silvermindsoftware.sg.exception.CreateClassException.class - [JAR]

com.silvermindsoftware.sg.controller

├─ com.silvermindsoftware.sg.controller.GuiceActionBeanContextFactory.class - [JAR]

├─ com.silvermindsoftware.sg.controller.GuiceActionResolver.class - [JAR]

com.silvermindsoftware.sg.guice

├─ com.silvermindsoftware.sg.guice.DefaultGuiceInjectorFactory.class - [JAR]

├─ com.silvermindsoftware.sg.guice.GuiceInjectorFactory.class - [JAR]

com.silvermindsoftware.sg.context

├─ com.silvermindsoftware.sg.context.GuiceContextListener.class - [JAR]

com.silvermindsoftware.sg.config

├─ com.silvermindsoftware.sg.config.GuiceRuntimeConfiguration.class - [JAR]

com.silvermindsoftware.sg.utils

├─ com.silvermindsoftware.sg.utils.Constants.class - [JAR]

├─ com.silvermindsoftware.sg.utils.Helpers.class - [JAR]