Last Version

stripes-guice 4.0.0

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
Version

Version

4.0.0
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 4.0.0


<!-- 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.