License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.google.inject.integration |
ArtifactId | ArtifactIdguice-struts2-plugin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Guice - Integration: Struts2 Plugin
Guice integration with Struts2 as a plugin
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
guice-struts2-plugin-1.0.pom | |
guice-struts2-plugin-1.0.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.inject.integration/guice-struts2-plugin/ -->
<dependency>
<groupId>com.google.inject.integration</groupId>
<artifactId>guice-struts2-plugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.inject.integration/guice-struts2-plugin/
implementation 'com.google.inject.integration:guice-struts2-plugin:1.0'
// https://jarcasting.com/artifacts/com.google.inject.integration/guice-struts2-plugin/
implementation ("com.google.inject.integration:guice-struts2-plugin:1.0")
'com.google.inject.integration:guice-struts2-plugin:jar:1.0'
<dependency org="com.google.inject.integration" name="guice-struts2-plugin" rev="1.0">
<artifact name="guice-struts2-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.inject.integration', module='guice-struts2-plugin', version='1.0')
)
libraryDependencies += "com.google.inject.integration" % "guice-struts2-plugin" % "1.0"
[com.google.inject.integration/guice-struts2-plugin "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 1.0 |
com.google.inject.integration : guice-servlet | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
opensymphony : xwork | jar | 2.0.0 |
org.apache.struts : struts2-core | jar | 2.0.5 |