g

guiced-servlets

An integration library for Servlets in the Guiced Injection Framework
https://github.com/GedMarc/GuicedServlets
Files download
File Operation
guiced-servlets-0.65.0.2.jar download
guiced-servlets-0.65.0.2.pom download
guiced-servlets-0.65.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp</groupId>
  <artifactId>guiced-servlets</artifactId>
  <version>0.65.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp:guiced-servlets:0.65.0.2'
Gradle Kotlin
implementation("com.jwebmp:guiced-servlets:0.65.0.2")
Scala SBT
libraryDependencies += "com.jwebmp" % "guiced-servlets" % "0.65.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp', module='guiced-servlets', version='0.65.0.2')
)
Apache Ivy
<dependency org="com.jwebmp" name="guiced-servlets" rev="0.65.0.2" />
Leiningen
[com.jwebmp/guiced-servlets "0.65.0.2"]
Apache Buildr
'com.jwebmp:guiced-servlets:jar:0.65.0.2'