g

guice-struts2-plugin

Guice integration with Struts2 as a plugin
Files download
File Operation
guice-struts2-plugin-2.0.jar download
guice-struts2-plugin-2.0.pom download
Apache Maven
<dependency>
  <groupId>com.google.inject.extensions</groupId>
  <artifactId>guice-struts2-plugin</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.inject.extensions:guice-struts2-plugin:2.0'
Gradle Kotlin
implementation("com.google.inject.extensions:guice-struts2-plugin:2.0")
Scala SBT
libraryDependencies += "com.google.inject.extensions" % "guice-struts2-plugin" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.inject.extensions', module='guice-struts2-plugin', version='2.0')
)
Apache Ivy
<dependency org="com.google.inject.extensions" name="guice-struts2-plugin" rev="2.0" />
Leiningen
[com.google.inject.extensions/guice-struts2-plugin "2.0"]
Apache Buildr
'com.google.inject.extensions:guice-struts2-plugin:jar:2.0'