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.

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection Stripe Business Logic Libraries Financial
GroupId

GroupId

com.silvermindsoftware.stripes
ArtifactId

ArtifactId

stripes-guice
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Source Code Management

Source Code Management

http://github.com/bgoodin/stripes-guice

Download stripes-guice

How to add to project

<!-- https://jarcasting.com/artifacts/com.silvermindsoftware.stripes/stripes-guice/ -->
<dependency>
    <groupId>com.silvermindsoftware.stripes</groupId>
    <artifactId>stripes-guice</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.silvermindsoftware.stripes/stripes-guice/
implementation 'com.silvermindsoftware.stripes:stripes-guice:4.0.0'
// https://jarcasting.com/artifacts/com.silvermindsoftware.stripes/stripes-guice/
implementation ("com.silvermindsoftware.stripes:stripes-guice:4.0.0")
'com.silvermindsoftware.stripes:stripes-guice:jar:4.0.0'
<dependency org="com.silvermindsoftware.stripes" name="stripes-guice" rev="4.0.0">
  <artifact name="stripes-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.silvermindsoftware.stripes', module='stripes-guice', version='4.0.0')
)
libraryDependencies += "com.silvermindsoftware.stripes" % "stripes-guice" % "4.0.0"
[com.silvermindsoftware.stripes/stripes-guice "4.0.0"]

Dependencies

compile (9)

Group / Artifact Type Version
net.sourceforge.stripes : stripes jar 1.5.7
com.google.guava : guava jar 15.0
com.google.inject : guice jar 4.1.0
com.google.inject.extensions : guice-servlet jar 4.1.0
org.slf4j : slf4j-api jar 1.7.5
com.intellij : annotations jar 12.0
javax.servlet : javax.servlet-api jar 3.1.0
javax.servlet.jsp : javax.servlet.jsp-api jar 2.3.1
javax.el : javax.el-api jar 3.0.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
ch.qos.logback : logback-classic jar 1.0.13

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.0
3.3
3.1
3.0
1.5.2
1.5.1
1.5.0